summaryrefslogtreecommitdiff
path: root/Examples/test-suite/preproc_predefined.h
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/preproc_predefined.h')
-rw-r--r--Examples/test-suite/preproc_predefined.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/Examples/test-suite/preproc_predefined.h b/Examples/test-suite/preproc_predefined.h
index 2eb4cb6f1..8d6b6ee28 100644
--- a/Examples/test-suite/preproc_predefined.h
+++ b/Examples/test-suite/preproc_predefined.h
@@ -25,14 +25,3 @@
# error Did not detect exactly one target-language-specific macro defined in the generated wrapper.
# endif
#endif
-
-/*
- * This should not compile in when this bug is present
- * https://github.com/swig/swig/issues/2525
- */
-
-#define my_bad_attr __attribute__
-#define my_good_attr(x) __attribute__(x)
-
-int bad my_bad_attr((used));
-int good my_good_attr((used));