aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2010-11-22 17:56:45 -0800
committerPatrick Walton <[email protected]>2010-11-22 17:56:45 -0800
commitc20ea9e60af0d12ec72a503df65ba181ff8c121d (patch)
tree1996dc1a2b544ac049f497d890e73cbc02852b01 /src
parentSupport mach types in rustc, enable 5 more tests. (diff)
downloadrust-c20ea9e60af0d12ec72a503df65ba181ff8c121d.tar.xz
rust-c20ea9e60af0d12ec72a503df65ba181ff8c121d.zip
rustc: Un-XFAIL compile-fail/arg-type-mismatch.rs.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile1
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))