aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/special/930510-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/special/930510-1.c')
-rw-r--r--gcc/testsuite/gcc.c-torture/special/930510-1.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.c-torture/special/930510-1.c b/gcc/testsuite/gcc.c-torture/special/930510-1.c
index f973bc63321..26770f3455d 100644
--- a/gcc/testsuite/gcc.c-torture/special/930510-1.c
+++ b/gcc/testsuite/gcc.c-torture/special/930510-1.c
@@ -1,3 +1 @@
-#define ugly 3
-#ugly "foobar" 3 /* { dg-error "invalid" "invalid directive" } */
-main() { exit (0); }
+int main() { exit (0); }