rustc: Un-XFAIL compile-fail/arg-type-mismatch.rs.

This commit is contained in:
Patrick Walton 2010-11-22 17:56:45 -08:00
parent e05d7c3ac1
commit c20ea9e60a

View File

@ -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))