diff options
| author | Graydon Hoare <[email protected]> | 2011-02-22 18:20:40 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-02-22 18:20:40 -0800 |
| commit | 3a7271a026248c88ebefff6c5b585245a5151eb1 (patch) | |
| tree | f12a0d257c9702f246aca1b0d0c2af492999f1bb /src/Makefile | |
| parent | Drop for-loop temporary at end of scope, fixes memory leak. (diff) | |
| download | rust-3a7271a026248c88ebefff6c5b585245a5151eb1.tar.xz rust-3a7271a026248c88ebefff6c5b585245a5151eb1.zip | |
Un-XFAIL argv.rs and command-line-args.rs.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
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 \ |