diff options
Diffstat (limited to 'src/libsyntax/test.rs')
| -rw-r--r-- | src/libsyntax/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/test.rs b/src/libsyntax/test.rs index 6f03c585403..03d0eff266e 100644 --- a/src/libsyntax/test.rs +++ b/src/libsyntax/test.rs @@ -327,7 +327,7 @@ fn mk_main(cx: &mut TestCtxt<'_>) -> P<ast::Item> { // Writing this out by hand with 'ignored_span': // pub fn main() { // #![main] - // test::test_main_static(::std::os::args().as_slice(), &[..tests]); + // test::test_main_static(&[..tests]); // } let sp = ignored_span(cx, DUMMY_SP); let ecx = &cx.ext_cx; |
