diff options
| author | Graydon Hoare <[email protected]> | 2010-07-08 07:33:25 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-08 07:33:25 -0700 |
| commit | 115e14a32c1940a4868ae8633039a296450740ea (patch) | |
| tree | 086b00f13564d4c4927d79acf390a8ac3f505fb3 /src/Makefile | |
| parent | Doc tweak. (diff) | |
| download | rust-115e14a32c1940a4868ae8633039a296450740ea.tar.xz rust-115e14a32c1940a4868ae8633039a296450740ea.zip | |
Some more typestate tests.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 9c61d6a3..176349ca 100644 --- a/src/Makefile +++ b/src/Makefile @@ -451,6 +451,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \ u8-incr.rs \ unit.rs \ user.rs \ + use-uninit.rs \ utf8.rs \ vec-append.rs \ vec-concat.rs \ |