diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2009-11-19 09:00:00 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2009-11-19 09:00:00 +0000 |
| commit | f5bd02d290ff15268853e0456c130a1afa15e907 (patch) | |
| tree | c7f5a7b6fd212399d821b83b22c1e6a42e8c4a0d /test/Sema | |
| parent | b3d5a323a5ca92ea73443499cee2f15db1ff0fb3 (diff) | |
Notes
Diffstat (limited to 'test/Sema')
| -rw-r--r-- | test/Sema/unused-expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/unused-expr.c b/test/Sema/unused-expr.c index acf488706f7e..522fda42a169 100644 --- a/test/Sema/unused-expr.c +++ b/test/Sema/unused-expr.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify -fmath-errno=0 %s +// RUN: clang-cc -fsyntax-only -verify -fno-math-errno %s int foo(int X, int Y); |
