[cfe-commits] r142951 - /cfe/trunk/test/Index/ms-if-exists.cpp

Douglas Gregor dgregor at apple.com
Tue Oct 25 13:12:15 PDT 2011


Author: dgregor
Date: Tue Oct 25 15:12:15 2011
New Revision: 142951

URL: http://llvm.org/viewvc/llvm-project?rev=142951&view=rev
Log:
Turn off delayed template parsing for this test

Modified:
    cfe/trunk/test/Index/ms-if-exists.cpp

Modified: cfe/trunk/test/Index/ms-if-exists.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/ms-if-exists.cpp?rev=142951&r1=142950&r2=142951&view=diff
==============================================================================
--- cfe/trunk/test/Index/ms-if-exists.cpp (original)
+++ cfe/trunk/test/Index/ms-if-exists.cpp Tue Oct 25 15:12:15 2011
@@ -11,7 +11,7 @@
   }
 }
 
-// RUN: c-index-test -test-annotate-tokens=%s:3:1:11:3 -fms-extensions %s | FileCheck %s
+// RUN: c-index-test -test-annotate-tokens=%s:3:1:11:3 -fms-extensions -fno-ms-compatibility -fno-delayed-template-parsing %s | FileCheck %s
 
 // CHECK: Identifier: "T" [3:15 - 3:16] TypeRef=T:1:19
 // CHECK: Punctuation: "}" [4:7 - 4:8] CompoundStmt=





More information about the cfe-commits mailing list