diff options
| author | Graydon Hoare <[email protected]> | 2010-09-14 11:13:24 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-09-14 11:13:24 -0700 |
| commit | a4a0c6ad1e76e43f688edbed58347dc4b79ea852 (patch) | |
| tree | 24c85e9d5195066a8b0615a899d75fc905eee067 /src | |
| parent | Teach front-end about simple, first-cut version of const items. (diff) | |
| download | rust-a4a0c6ad1e76e43f688edbed58347dc4b79ea852.tar.xz rust-a4a0c6ad1e76e43f688edbed58347dc4b79ea852.zip | |
XFAIL const test on LLVM, of course.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 8400e7a1..2c2718e0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -453,6 +453,7 @@ TEST_XFAILS_LLVM := $(TASK_XFAILS) \ comm.rs \ command-line-args.rs \ complex.rs \ + const.rs \ constrained-type.rs \ deep.rs \ deref.rs \ |