]> granicus.if.org Git - clang/commitdiff
Disabling some MS extensions which cause this test to fail
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Tue, 27 Oct 2009 14:58:27 +0000 (14:58 +0000)
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Tue, 27 Oct 2009 14:58:27 +0000 (14:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85242 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaCXX/typedef-redecl.cpp

index e38f47436d1c9dc22478f974f352361ad7f5900b..85944a661d41f5ff1e4261611579a1fb2eb27f69 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s 
+// RUN: clang-cc -fsyntax-only -verify -fms-extensions=0 %s 
 typedef int INT;
 typedef INT REALLY_INT; // expected-note {{previous definition is here}}
 typedef REALLY_INT REALLY_REALLY_INT;