diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-29 09:31:53 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-29 09:31:53 +0000 |
commit | a75a92dfffee2b34a43f1d0e9f8d1949feb190ad (patch) | |
tree | 648d332bdf556808563f80fcebd0ea0a450d0a6c /test/Preprocessor/line-directive.c | |
parent | 3e518bda00d710754ca077cf9be8dd821e16a854 (diff) |
Remove unnecessary -fms-extensions=0 from tests (this command line syntax is going away).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90066 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Preprocessor/line-directive.c')
-rw-r--r-- | test/Preprocessor/line-directive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/line-directive.c b/test/Preprocessor/line-directive.c index b79b1d98ea..33dd9bb3fe 100644 --- a/test/Preprocessor/line-directive.c +++ b/test/Preprocessor/line-directive.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify -pedantic -fms-extensions=0 %s +// RUN: clang-cc -fsyntax-only -verify -pedantic %s // RUN: clang-cc -E %s 2>&1 | grep 'blonk.c:92:2: error: #error ABC' // RUN: clang-cc -E %s 2>&1 | grep 'blonk.c:93:2: error: #error DEF' |