diff options
| author | Rafael Ávila de Espíndola <[email protected]> | 2011-01-27 15:50:19 -0500 |
|---|---|---|
| committer | Rafael Ávila de Espíndola <[email protected]> | 2011-01-27 15:56:10 -0500 |
| commit | 21208f23439acfae35e615abbe791b3011b950bc (patch) | |
| tree | 4ea169e6cf1a9ac8a03528c376b838c031bb536c /src/Makefile | |
| parent | First step for supporting "case (foo.bar(?zed))": Change the ast of (diff) | |
| download | rust-21208f23439acfae35e615abbe791b3011b950bc.tar.xz rust-21208f23439acfae35e615abbe791b3011b950bc.zip | |
Handle paths correctly. This lets us handle one more test :-)
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 1cc5cecf..6d5da821 100644 --- a/src/Makefile +++ b/src/Makefile @@ -421,6 +421,7 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \ TEST_XFAILS_RUSTC := $(filter-out \ $(addprefix test/run-pass/, \ + alt-path.rs \ alt-pattern-simple.rs \ alt-tag.rs \ arith-0.rs \ |