diff options
| author | Patrick Walton <[email protected]> | 2010-11-22 17:56:45 -0800 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-11-22 17:56:45 -0800 |
| commit | c20ea9e60af0d12ec72a503df65ba181ff8c121d (patch) | |
| tree | 1996dc1a2b544ac049f497d890e73cbc02852b01 | |
| parent | Support mach types in rustc, enable 5 more tests. (diff) | |
| download | rust-c20ea9e60af0d12ec72a503df65ba181ff8c121d.tar.xz rust-c20ea9e60af0d12ec72a503df65ba181ff8c121d.zip | |
rustc: Un-XFAIL compile-fail/arg-type-mismatch.rs.
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 83a3df32..a1bbb727 100644 --- a/src/Makefile +++ b/src/Makefile @@ -544,6 +544,7 @@ TEST_XFAILS_SELF := $(filter-out \ ) \ $(addprefix test/compile-fail/, \ arg-count-mismatch.rs \ + arg-type-mismatch.rs \ ), \ $(wildcard test/*/*.rs test/*/*.rc)) |