aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/builtins-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/builtins-error.c')
-rw-r--r--gcc/testsuite/gcc.dg/builtins-error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/builtins-error.c b/gcc/testsuite/gcc.dg/builtins-error.c
index 6acc215..9f401bb 100644
--- a/gcc/testsuite/gcc.dg/builtins-error.c
+++ b/gcc/testsuite/gcc.dg/builtins-error.c
@@ -9,7 +9,7 @@ int test1(struct X x)
int test2(double x)
{
- return __builtin_isgreater(x); /* { dg-error "too few arguments" } */
+ return __builtin_isgreater(x); /* { dg-error "not enough arguments" } */
}
int test3(double x)