X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/268cd12f990b95d82d00e639288563c6c6ce9452..1aa75d411dd68f6e015a747a39b5179cb5573bb8:/tests/options.at diff --git a/tests/options.at b/tests/options.at index 30be9e2..53eda46 100644 --- a/tests/options.at +++ b/tests/options.at @@ -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])