]> git.lizzy.rs Git - rust.git/commitdiff
xfail-fast the #[main] tests, r=burningtree
authorGraydon Hoare <graydon@mozilla.com>
Sat, 19 Jan 2013 01:44:26 +0000 (17:44 -0800)
committerGraydon Hoare <graydon@mozilla.com>
Sat, 19 Jan 2013 01:44:26 +0000 (17:44 -0800)
src/test/run-pass/attr-main-2.rs
src/test/run-pass/attr-main.rs

index 78fb9d3e39a33d9c67a2144e982fd087d1bb56c3..2978a72cfa9e31aff9ef5d5e1fbbd4220a15885f 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// xfail-fast
+
 fn main() {
     fail
 }
index 782240fd982d52acef78da198cda0225ea2dd0db..10de96c2c5387f77f7cc7e4d710e8c13aa20d272 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// xfail-fast
+
 #[main]
 fn foo() {
 }