aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-09-14 11:13:24 -0700
committerGraydon Hoare <[email protected]>2010-09-14 11:13:24 -0700
commita4a0c6ad1e76e43f688edbed58347dc4b79ea852 (patch)
tree24c85e9d5195066a8b0615a899d75fc905eee067 /src/Makefile
parentTeach front-end about simple, first-cut version of const items. (diff)
downloadrust-a4a0c6ad1e76e43f688edbed58347dc4b79ea852.tar.xz
rust-a4a0c6ad1e76e43f688edbed58347dc4b79ea852.zip
XFAIL const test on LLVM, of course.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
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 \