]> git.lizzy.rs Git - rust.git/commitdiff
don't run pretty-rpass for tests using #![main]
authorFlavio Percoco <flaper87@gmail.com>
Sat, 24 Jan 2015 14:10:37 +0000 (15:10 +0100)
committerFlavio Percoco <flaper87@gmail.com>
Sat, 24 Jan 2015 14:10:37 +0000 (15:10 +0100)
src/test/run-pass/test-fn-signature-verification-for-explicit-return-type.rs

index 65a6ed2b332ff140ad53b4b4516d912dea4b6c7b..7c99c968e352317a3a313c79c20dd0074909ea76 100644 (file)
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 // compile-flags: --test
+// no-pretty-expanded
 extern crate test;
 
 #[bench]