Un-XFAIL argv.rs and command-line-args.rs.

This commit is contained in:
Graydon Hoare 2011-02-22 18:20:40 -08:00
parent d7f7634c95
commit 3a7271a026

View file

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