summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/abi/macro1.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.dg/abi/macro1.C')
-rw-r--r--gcc/testsuite/g++.dg/abi/macro1.C5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/testsuite/g++.dg/abi/macro1.C b/gcc/testsuite/g++.dg/abi/macro1.C
deleted file mode 100644
index 871208da3a..0000000000
--- a/gcc/testsuite/g++.dg/abi/macro1.C
+++ /dev/null
@@ -1,5 +0,0 @@
-// { dg-options "-fabi-version=1" }
-
-#if __GXX_ABI_VERSION != 102
-#error "Incorrect value of __GXX_ABI_VERSION"
-#endif