diff options
| author | Graydon Hoare <[email protected]> | 2011-03-29 23:10:28 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-29 23:10:28 -0700 |
| commit | b5a43364872dbfa8e036e51599c73e882dfd13c2 (patch) | |
| tree | 01d28e53ee5d698f7ce237a05d96832901758954 /src/test/run-pass | |
| parent | Re-XFAIL lib-bitv.rs harder (diff) | |
| download | rust-b5a43364872dbfa8e036e51599c73e882dfd13c2.tar.xz rust-b5a43364872dbfa8e036e51599c73e882dfd13c2.zip | |
Re-XFAIL lib-int.rs and lib-uint.rs.
Diffstat (limited to 'src/test/run-pass')
| -rw-r--r-- | src/test/run-pass/lib-int.rs | 1 | ||||
| -rw-r--r-- | src/test/run-pass/lib-uint.rs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/lib-int.rs b/src/test/run-pass/lib-int.rs index 2e85abf6..9fd127ef 100644 --- a/src/test/run-pass/lib-int.rs +++ b/src/test/run-pass/lib-int.rs @@ -1,3 +1,4 @@ +// xfail-stage0 use std; import std._int; diff --git a/src/test/run-pass/lib-uint.rs b/src/test/run-pass/lib-uint.rs index 356ca374..98d37550 100644 --- a/src/test/run-pass/lib-uint.rs +++ b/src/test/run-pass/lib-uint.rs @@ -1,3 +1,4 @@ +// xfail-stage0 // -*- rust -*- use std; |