From 577c4643dd3f098697c17606e64d92477247d4b5 Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Sat, 24 Jan 2015 15:10:37 +0100 Subject: [PATCH] don't run pretty-rpass for tests using #![main] --- .../test-fn-signature-verification-for-explicit-return-type.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/run-pass/test-fn-signature-verification-for-explicit-return-type.rs b/src/test/run-pass/test-fn-signature-verification-for-explicit-return-type.rs index 65a6ed2b332f..7c99c968e352 100644 --- a/src/test/run-pass/test-fn-signature-verification-for-explicit-return-type.rs +++ b/src/test/run-pass/test-fn-signature-verification-for-explicit-return-type.rs @@ -9,6 +9,7 @@ // except according to those terms. // compile-flags: --test +// no-pretty-expanded extern crate test; #[bench]