diff options
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/Sema/exprs.c | 2 | ||||
-rw-r--r-- | clang/test/Sema/unused-expr.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Sema/exprs.c b/clang/test/Sema/exprs.c index ae4c37cd469..9db8c9248de 100644 --- a/clang/test/Sema/exprs.c +++ b/clang/test/Sema/exprs.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -verify -pedantic -fsyntax-only -fno-blocks +// RUN: clang-cc %s -verify -pedantic -fsyntax-only -fblocks=0 // PR1966 _Complex double test1() { 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); |