about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2018-11-27 09:22:44 +0100
committerRalf Jung <post@ralfj.de>2018-11-27 13:59:19 +0100
commit741ba1f2c29cf8f0f404699a284c4f3647d3d48a (patch)
tree229a428ed84d71960f67f63c495266b2b0132748
parent3e9cf3303ed29c9e511ff87d75e953d2118887bb (diff)
fix run-make-fulldeps/libtest-json
-rw-r--r--src/test/run-make-fulldeps/libtest-json/output.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make-fulldeps/libtest-json/output.json b/src/test/run-make-fulldeps/libtest-json/output.json
index d8169ece89b..80e75c89bfc 100644
--- a/src/test/run-make-fulldeps/libtest-json/output.json
+++ b/src/test/run-make-fulldeps/libtest-json/output.json
@@ -2,7 +2,7 @@
 { "type": "test", "event": "started", "name": "a" }
 { "type": "test", "name": "a", "event": "ok" }
 { "type": "test", "event": "started", "name": "b" }
-{ "type": "test", "name": "b", "event": "failed", "stdout": "thread 'b' panicked at 'assertion failed: false', f.rs:18:5\nnote: Run with `RUST_BACKTRACE=1` for a backtrace.\n" }
+{ "type": "test", "name": "b", "event": "failed", "stdout": "thread 'main' panicked at 'assertion failed: false', f.rs:18:5\nnote: Run with `RUST_BACKTRACE=1` for a backtrace.\n" }
 { "type": "test", "event": "started", "name": "c" }
 { "type": "test", "name": "c", "event": "ok" }
 { "type": "test", "event": "started", "name": "d" }