about summary refs log tree commit diff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRafael Ávila de Espíndola <respindola@mozilla.com>2011-01-25 17:54:38 -0500
committerRafael Ávila de Espíndola <respindola@mozilla.com>2011-01-25 17:54:38 -0500
commit9e2324ad1e3f2abf528fbbbdafe2cb8a18c3151d (patch)
tree615761fcdd6398a35d24c07418ded85751a87e91 /src/Makefile
parent18947f83cce186933f031950b9acdf9d1102e254 (diff)
downloadrust-9e2324ad1e3f2abf528fbbbdafe2cb8a18c3151d.tar.gz
rust-9e2324ad1e3f2abf528fbbbdafe2cb8a18c3151d.zip
Small first step in expr_path. Call find_final_def just to detect
unresolved names. find_final_def is going to be extended to return the
final expr.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 54829aa90bf..5da271704e4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -402,6 +402,7 @@ TEST_XFAILS_BOOT :=  $(TASK_XFAILS) \
                     test/run-pass/vec-slice.rs \
                     test/run-pass/while-and-do-while.rs \
                     test/run-fail/task-comm-14.rs \
+                    test/compile-fail/bad-expr-path.rs \
                     test/compile-fail/import.rs \
                     test/compile-fail/import2.rs \
                     test/compile-fail/import3.rs \
@@ -502,6 +503,7 @@ TEST_XFAILS_RUSTC := $(filter-out \
                       $(addprefix test/compile-fail/, \
                         arg-count-mismatch.rs \
                         arg-type-mismatch.rs \
+                        bad-expr-path.rs \
                         import.rs \
                         import2.rs \
                         import3.rs \