diff options
| author | Corey Richardson <corey@octayn.net> | 2013-08-08 15:34:59 -0400 |
|---|---|---|
| committer | Corey Richardson <corey@octayn.net> | 2013-08-08 15:34:59 -0400 |
| commit | 86d581f83bc4a1d788de0c7bf35565665870ca0a (patch) | |
| tree | 29b5054cc72c6ea9e5804ad8060c7f807637f0ac | |
| parent | 0627089bba7e1cc8040f41800fff2a5d80896958 (diff) | |
| download | rust-86d581f83bc4a1d788de0c7bf35565665870ca0a.tar.gz rust-86d581f83bc4a1d788de0c7bf35565665870ca0a.zip | |
xfail-fast an aux test
| -rw-r--r-- | src/test/run-pass/xcrate-unit-struct.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/xcrate-unit-struct.rs b/src/test/run-pass/xcrate-unit-struct.rs index 58676f7cd70..d6522231f65 100644 --- a/src/test/run-pass/xcrate-unit-struct.rs +++ b/src/test/run-pass/xcrate-unit-struct.rs @@ -9,7 +9,7 @@ // except according to those terms. // aux-build:xcrate_unit_struct.rs - +// xfail-fast extern mod xcrate_unit_struct; use std::util; |
