about summary refs log tree commit diff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRoy Frostig <rfrostig@mozilla.com>2010-06-28 21:45:48 -0700
committerRoy Frostig <rfrostig@mozilla.com>2010-06-28 21:45:48 -0700
commitd5ff6e133c3eb52935cdae155c3ded6fbf2c7837 (patch)
tree087c36dffd1128ed7e43eb78aae032b95b4b324e /src/Makefile
parent5b5b334c245040726e8fc95b8c448d76aad2ada6 (diff)
downloadrust-d5ff6e133c3eb52935cdae155c3ded6fbf2c7837.tar.gz
rust-d5ff6e133c3eb52935cdae155c3ded6fbf2c7837.zip
Add to generic-obj.rs testcase a method that takes an argument of the object type-param type. XFAIL the test since it no longer passes.
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 188a413948b..cda3be5364e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -321,6 +321,7 @@ TEST_XFAILS_X86 :=  test/run-pass/mlist-cycle.rs \
                     test/run-pass/vec-slice.rs \
                     test/run-pass/fn-lval.rs \
                     test/run-pass/generic-fn-infer.rs \
+                    test/run-pass/generic-obj.rs \
                     test/run-pass/generic-recursive-tag.rs \
                     test/run-pass/mutable-alias-vec.rs \
                     test/run-pass/mutable-vec-drop.rs \