From: Andrew Trick Date: Thu, 14 Oct 2010 21:41:16 +0000 (+0000) Subject: Reverting r116493: removes a test that failed on clang selfhost and msvc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b380af8c68b7d789881e75a47c6c2a167dec828;p=clang Reverting r116493: removes a test that failed on clang selfhost and msvc git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116522 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Index/c-index-spurious-keyword.m b/test/Index/c-index-spurious-keyword.m deleted file mode 100644 index 15befa7d41..0000000000 --- a/test/Index/c-index-spurious-keyword.m +++ /dev/null @@ -1,2 +0,0 @@ -int end; -// RUN: c-index-test -test-annotate-tokens=c-index-spurious-keyword.m:1:5:1:7 %s | grep Identifier: | count 1