[cfe-commits] r143077 - /cfe/trunk/test/Index/redeclarations.cpp

Douglas Gregor dgregor at apple.com
Wed Oct 26 16:19:04 PDT 2011


Author: dgregor
Date: Wed Oct 26 18:19:04 2011
New Revision: 143077

URL: http://llvm.org/viewvc/llvm-project?rev=143077&view=rev
Log:
Disalbe more Microsoft-specific stuff.

Modified:
    cfe/trunk/test/Index/redeclarations.cpp

Modified: cfe/trunk/test/Index/redeclarations.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/redeclarations.cpp?rev=143077&r1=143076&r2=143077&view=diff
==============================================================================
--- cfe/trunk/test/Index/redeclarations.cpp (original)
+++ cfe/trunk/test/Index/redeclarations.cpp Wed Oct 26 18:19:04 2011
@@ -4,7 +4,7 @@
 {
 };
 
-// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 all -I%S/Inputs -fno-delayed-template-parsing %s | FileCheck %s
+// RUN: env CINDEXTEST_EDITING=1 c-index-test -test-load-source-reparse 2 all -I%S/Inputs -fno-delayed-template-parsing -fno-ms-compatibility -fno-ms-extensions %s | FileCheck %s
 
 // CHECK: redeclarations.h:1:7: ClassDecl=X:1:7 (Definition) Extent=[1:1 - 4:2]
 // CHECK: redeclarations.h:8:7: ClassTemplate=B:8:7 (Definition) Extent=[7:1 - 10:2]





More information about the cfe-commits mailing list