]> git.lizzy.rs Git - rust.git/commitdiff
xfail-fast the deriving test
authorAlex Crichton <alex@alexcrichton.com>
Fri, 31 May 2013 20:44:44 +0000 (14:44 -0600)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 31 May 2013 20:44:44 +0000 (14:44 -0600)
src/test/run-pass/deriving-encodable-decodable.rs

index 5458dcfa02707429ffc743dcdb0eaedb047bb377..fa672581238feed577d97516607a8aa2edde9b92 100644 (file)
@@ -11,6 +11,8 @@
 // This actually tests a lot more than just encodable/decodable, but it gets the
 // job done at least
 
+// xfail-fast
+
 extern mod extra;
 
 use std::io;