]> git.draconx.ca Git - gob-dx.git/blobdiff - tests/interface.at
Fix dynamic interface implementation.
[gob-dx.git] / tests / interface.at
index 82771e17035b878a3bf3bc50eab70d23deb7c9c3..c8e2a9c88d7f70668bf28f4e2bd18a64bedb37ce 100644 (file)
@@ -232,8 +232,6 @@ TEST_COMPILE_GOBJECT([main.c], [0], [], [ignore])
 AT_CHECK([$CC $CFLAGS $LDFLAGS $LIBGOBJECT_LIBS -o main \
   test-a.o test-b.o test-b-mod.o test-fooable.o main.o])
 
-# Currently borked
-AT_XFAIL_IF([:])
 AT_CHECK([./main], [0], [Test:A foo called
 42
 Test:B foo called
@@ -286,8 +284,6 @@ TEST_COMPILE_GOBJECT([main.c], [0], [], [ignore])
 AT_CHECK([$CC $CFLAGS $LDFLAGS $LIBGOBJECT_LIBS -o main \
   test-a.o test-a-mod.o test-b.o test-b-mod.o test-fooable.o main.o])
 
-# Currently borked
-AT_XFAIL_IF([:])
 AT_CHECK([./main], [0], [Test:A foo called
 42
 Test:B foo called