diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2011-03-29 23:10:28 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2011-03-29 23:10:28 -0700 |
| commit | b5a43364872dbfa8e036e51599c73e882dfd13c2 (patch) | |
| tree | 01d28e53ee5d698f7ce237a05d96832901758954 /src | |
| parent | 61e5587eaba4ca4fd254d3c3a1d75baf45f4609e (diff) | |
| download | rust-b5a43364872dbfa8e036e51599c73e882dfd13c2.tar.gz rust-b5a43364872dbfa8e036e51599c73e882dfd13c2.zip | |
Re-XFAIL lib-int.rs and lib-uint.rs.
Diffstat (limited to 'src')
| -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 2e85abf6509..9fd127ef6fb 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 356ca374092..98d3755016b 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; |
