aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2011-02-22 18:20:40 -0800
committerGraydon Hoare <[email protected]>2011-02-22 18:20:40 -0800
commit3a7271a026248c88ebefff6c5b585245a5151eb1 (patch)
treef12a0d257c9702f246aca1b0d0c2af492999f1bb
parentDrop for-loop temporary at end of scope, fixes memory leak. (diff)
downloadrust-3a7271a026248c88ebefff6c5b585245a5151eb1.tar.xz
rust-3a7271a026248c88ebefff6c5b585245a5151eb1.zip
Un-XFAIL argv.rs and command-line-args.rs.
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 872ced98..2616ae47 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -448,6 +448,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
alt-pattern-lit.rs \
alt-pattern-simple.rs \
alt-tag.rs \
+ argv.rs \
arith-0.rs \
arith-1.rs \
arith-2.rs \
@@ -464,6 +465,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
box-in-tup.rs \
cast.rs \
char.rs \
+ command-line-args.rs \
complex.rs \
const.rs \
dead-code-one-arm-if.rs \