File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3761,6 +3761,7 @@ fn custom_target_dir_line_parameter() {
3761
3761
}
3762
3762
3763
3763
#[ test]
3764
+ #[ ignore]
3764
3765
fn rustc_no_trans ( ) {
3765
3766
if !is_nightly ( ) {
3766
3767
return ;
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ test test_hello ... FAILED
301
301
failures:
302
302
303
303
---- test_hello stdout ----
304
- <tab> thread 'test_hello' panicked at 'assertion failed:[..]",
304
+ [..] thread 'test_hello' panicked at 'assertion failed:[..]",
305
305
)
306
306
. with_stdout_contains ( "[..]`(left == right)`[..]" )
307
307
. with_stdout_contains ( "[..]left: `\" hello\" `,[..]" )
@@ -367,7 +367,7 @@ test test_hello ... FAILED
367
367
failures:
368
368
369
369
---- test_hello stdout ----
370
- <tab> thread 'test_hello' panicked at 'assertion failed: false', \
370
+ [..] thread 'test_hello' panicked at 'assertion failed: false', \
371
371
tests[/]footest.rs:4[..]
372
372
" ,
373
373
)
@@ -413,7 +413,7 @@ test test_hello ... FAILED
413
413
failures:
414
414
415
415
---- test_hello stdout ----
416
- <tab> thread 'test_hello' panicked at 'assertion failed: false', \
416
+ [..] thread 'test_hello' panicked at 'assertion failed: false', \
417
417
src[/]lib.rs:4[..]
418
418
" ,
419
419
)
You can’t perform that action at this time.
0 commit comments