about summary refs log tree commit diff
path: root/src/Makefile
diff options
context:
space:
mode:
authorRoy Frostig <rfrostig@mozilla.com>2010-06-29 00:48:49 -0700
committerRoy Frostig <rfrostig@mozilla.com>2010-06-29 00:48:49 -0700
commit0d6aaec4935ddb4d1fc8fcf96e88f8a9eae1d44e (patch)
tree3fb4121a55da18cdacfeac5fc31211315309428f /src/Makefile
parent023e5af6398f8892fee429759096ba8c2480ed7d (diff)
downloadrust-0d6aaec4935ddb4d1fc8fcf96e88f8a9eae1d44e.tar.gz
rust-0d6aaec4935ddb4d1fc8fcf96e88f8a9eae1d44e.zip
Work-around and un-XFAIL generic-obj.rs test. The problem uncovered in the original XFAIL is more generally that of issue #92.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 5a72afdeea9..31da01b16fd 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -325,7 +325,6 @@ 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 \