Skip to content

Commit 6ea4dba

Browse files
committed
Update output-default.json and rustdoc test
1 parent a6924c7 commit 6ea4dba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/test/run-make-fulldeps/libtest-json/output-default.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{ "type": "test", "event": "started", "name": "a" }
33
{ "type": "test", "name": "a", "event": "ok" }
44
{ "type": "test", "event": "started", "name": "b" }
5-
{ "type": "test", "name": "b", "event": "failed", "stdout": "thread 'main' panicked at 'assertion failed: false', f.rs:9:5\nnote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.\n" }
5+
{ "type": "test", "name": "b", "event": "failed", "stdout": "thread 'main' panicked at 'assertion failed: false', f.rs:9:5\nnote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n" }
66
{ "type": "test", "event": "started", "name": "c" }
77
{ "type": "test", "name": "c", "event": "ok" }
88
{ "type": "test", "event": "started", "name": "d" }

src/test/run-make-fulldeps/libtest-json/output-stdout-success.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{ "type": "test", "event": "started", "name": "a" }
33
{ "type": "test", "name": "a", "event": "ok", "stdout": "print from successful test\n" }
44
{ "type": "test", "event": "started", "name": "b" }
5-
{ "type": "test", "name": "b", "event": "failed", "stdout": "thread 'main' panicked at 'assertion failed: false', f.rs:9:5\nnote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.\n" }
5+
{ "type": "test", "name": "b", "event": "failed", "stdout": "thread 'main' panicked at 'assertion failed: false', f.rs:9:5\nnote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n" }
66
{ "type": "test", "event": "started", "name": "c" }
77
{ "type": "test", "name": "c", "event": "ok", "stdout": "thread 'main' panicked at 'assertion failed: false', f.rs:15:5\n" }
88
{ "type": "test", "event": "started", "name": "d" }

src/test/rustdoc-ui/failed-doctest-output.stdout

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ stderr:
2727
stderr 1
2828
stderr 2
2929
thread 'main' panicked at 'oh no', $DIR/failed-doctest-output.rs:7:1
30-
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
30+
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
3131

3232

3333

src/test/ui/resolve/impl-items-vis-unresolved.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ error[E0433]: failed to resolve: there are too many leading `super` keywords
22
--> $DIR/impl-items-vis-unresolved.rs:21:13
33
|
44
LL | pub(super) fn new() {}
5-
| ^^^^^ there are too many leading `super` keywords.
5+
| ^^^^^ there are too many leading `super` keywords
66

77
error: aborting due to previous error
88

0 commit comments

Comments
 (0)