File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -894,7 +894,7 @@ impl LangString {
894894 no_run : false ,
895895 ignore : Ignore :: None ,
896896 rust : true ,
897- test_harness : true ,
897+ test_harness : false ,
898898 compile_fail : false ,
899899 error_codes : Vec :: new ( ) ,
900900 edition : None ,
Original file line number Diff line number Diff line change 11
22running 2 tests
3- test $DIR/cfg-test.rs - Foo (line 19) ... ok
43test $DIR/cfg-test.rs - Bar (line 27) ... ok
4+ test $DIR/cfg-test.rs - Foo (line 19) ... ok
55
66test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
77
Original file line number Diff line number Diff line change 11
22running 3 tests
33test $DIR/doctest-output.rs - (line 8) ... ok
4- test $DIR/doctest-output.rs - foo::bar (line 18) ... ok
54test $DIR/doctest-output.rs - ExpandedStruct (line 24) ... ok
5+ test $DIR/doctest-output.rs - foo::bar (line 18) ... ok
66
77test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
88
Original file line number Diff line number Diff line change 11
22running 6 tests
3- test $DIR/no-run-flag.rs - f (line 14) ... ignored
43test $DIR/no-run-flag.rs - f (line 11) ... ok
4+ test $DIR/no-run-flag.rs - f (line 14) ... ignored
55test $DIR/no-run-flag.rs - f (line 17) ... ok
66test $DIR/no-run-flag.rs - f (line 28) ... ok
77test $DIR/no-run-flag.rs - f (line 32) ... ok
You can’t perform that action at this time.
0 commit comments