diff options
Diffstat (limited to 'clang/test/Sema/unused-expr.c')
-rw-r--r-- | clang/test/Sema/unused-expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/unused-expr.c b/clang/test/Sema/unused-expr.c index b3d6efb7d37..9c231e960a2 100644 --- a/clang/test/Sema/unused-expr.c +++ b/clang/test/Sema/unused-expr.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify -fno-math-errno %s +// RUN: clang-cc -fsyntax-only -verify -fmath-errno=0 %s int foo(int X, int Y); |