summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gcc.dg/cpp/if-mop.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/if-mop.c')
-rw-r--r--gcc/testsuite/gcc.dg/cpp/if-mop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/if-mop.c b/gcc/testsuite/gcc.dg/cpp/if-mop.c
index a6a36f15088..9202740e6b1 100644
--- a/gcc/testsuite/gcc.dg/cpp/if-mop.c
+++ b/gcc/testsuite/gcc.dg/cpp/if-mop.c
@@ -12,7 +12,7 @@
#if ~ /* { dg-error "no right op" "no unary operand" } */
#endif
-#if 3 + * 6 + 4 /* { dg-error "no left op" "no left operand" } */
+#if 3 + * 6 + 4 /* { dg-error "no right op" "no right operand" } */
#endif
#if 2 ~2 /* { dg-error "missing bin" "no binary operator" } */
OpenPOWER on IntegriCloud