]> git.draconx.ca Git - gob-dx.git/blobdiff - tests/options.at
Make --no-gnu suppress get_type function attributes.
[gob-dx.git] / tests / options.at
index 30be9e21fcdf45dc7cae0f6ee06d12538962ff73..53eda4695d45898f6184c092bc5aa08d9079e152 100644 (file)
@@ -298,10 +298,6 @@ AT_DATA([test.gob], [[class :Test from G:Object
 }
 ]])
 
-m4_if(OPTION, [--no-touch-headers],
-[#Currently, the private header is modified even with --no-touch-headers.
-AT_XFAIL_IF([:])])dnl
-
 AT_CHECK([gob2 test.gob])
 touch test-c test-h test-private
 TEST_MTIME_DELAY
@@ -422,9 +418,6 @@ class :Test from G:Object
 }
 ]])
 
-# --no-gnu is currently busted for the get_type function declaration.
-AT_XFAIL_IF([:])
-
 AT_CHECK([gob2 test.gob])
 AT_CHECK([cat test*.h test.c | grep '_GNUC_' >/dev/null], [0])