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/macro_paste_bcpl_comment.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/macro_paste_bcpl_comment.c')
-rw-r--r-- | test/Preprocessor/macro_paste_bcpl_comment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_paste_bcpl_comment.c b/test/Preprocessor/macro_paste_bcpl_comment.c index 0637a87217..8bbee5dc2d 100644 --- a/test/Preprocessor/macro_paste_bcpl_comment.c +++ b/test/Preprocessor/macro_paste_bcpl_comment.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -Eonly -fms-extensions=0 2>&1 | grep error +// RUN: clang-cc %s -Eonly 2>&1 | grep error #define COMM1 / ## / COMM1 |