aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRoy Frostig <[email protected]>2010-06-25 01:26:44 -0700
committerRoy Frostig <[email protected]>2010-06-25 01:26:44 -0700
commit85a701c8f668fc03e6340682956e7ca7d9cf54bc (patch)
tree4cb2349c7bdd01099566366cc8af1633b1924981 /src/Makefile
parentResolve and typecheck patterns in pattern alt redux. This time featuring way... (diff)
downloadrust-85a701c8f668fc03e6340682956e7ca7d9cf54bc.tar.xz
rust-85a701c8f668fc03e6340682956e7ca7d9cf54bc.zip
Add testcases for item name conflict at the same path level.
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 2c53a30b..0b631546 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -374,6 +374,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \
i8-incr.rs \
import.rs \
inner-module.rs \
+ item-name-overload.rs \
large-records.rs \
lazy-and-or.rs \
lazychan.rs \