]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/test-runner-hides-main.rs
New upstream version 1.14.0+dfsg1
[rustc.git] / src / test / run-pass / test-runner-hides-main.rs
index 839e91f3793d4e9d6d7e6578c5f7ea86ba7a5533..7b696c1f8d27c52b5f5830b7d4131ef5999b1d54 100644 (file)
@@ -9,8 +9,6 @@
 // except according to those terms.
 
 // compile-flags:--test
-// ignore-pretty: does not work well with `--test`
-
 // Building as a test runner means that a synthetic main will be run,
 // not ours
 pub fn main() { panic!(); }