diff options
| author | Patrick Walton <[email protected]> | 2011-03-29 18:15:47 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-29 18:16:53 -0700 |
| commit | b09e09c6736136717436d092c8cfcf82873a46e9 (patch) | |
| tree | 607571719434149634097cd513dd88ab6024433c /src/test | |
| parent | Beef up the SREQ variables in Makefile.in, make tests depend on libstd.so (diff) | |
| download | rust-b09e09c6736136717436d092c8cfcf82873a46e9.tar.xz rust-b09e09c6736136717436d092c8cfcf82873a46e9.zip | |
rustc: Un-XFAIL lib-uint.rs
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-pass/lib-uint.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/lib-uint.rs b/src/test/run-pass/lib-uint.rs index 98d37550..356ca374 100644 --- a/src/test/run-pass/lib-uint.rs +++ b/src/test/run-pass/lib-uint.rs @@ -1,4 +1,3 @@ -// xfail-stage0 // -*- rust -*- use std; |