[cfe-commits] r173422 - in /cfe/trunk/test/Index: crash-recovery-code-complete.c crash-recovery-reparse.c
NAKAMURA Takumi
geek4civic at gmail.com
Thu Jan 24 22:31:03 PST 2013
Author: chapuni
Date: Fri Jan 25 00:31:02 2013
New Revision: 173422
URL: http://llvm.org/viewvc/llvm-project?rev=173422&view=rev
Log:
clang/test/Index/crash-recovery-*.c: Drop 'REQUIRES:shell". "test !" is available on Lit win32 since r173421.
Modified:
cfe/trunk/test/Index/crash-recovery-code-complete.c
cfe/trunk/test/Index/crash-recovery-reparse.c
Modified: cfe/trunk/test/Index/crash-recovery-code-complete.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/crash-recovery-code-complete.c?rev=173422&r1=173421&r2=173422&view=diff
==============================================================================
--- cfe/trunk/test/Index/crash-recovery-code-complete.c (original)
+++ cfe/trunk/test/Index/crash-recovery-code-complete.c Fri Jan 25 00:31:02 2013
@@ -7,6 +7,5 @@
// CHECK-CODE-COMPLETE-CRASH: Unable to perform code completion!
//
// REQUIRES: crash-recovery
-// REQUIRES: shell
#warning parsing original file
Modified: cfe/trunk/test/Index/crash-recovery-reparse.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/crash-recovery-reparse.c?rev=173422&r1=173421&r2=173422&view=diff
==============================================================================
--- cfe/trunk/test/Index/crash-recovery-reparse.c (original)
+++ cfe/trunk/test/Index/crash-recovery-reparse.c Fri Jan 25 00:31:02 2013
@@ -7,6 +7,5 @@
// CHECK-REPARSE-SOURCE-CRASH: Unable to reparse translation unit
//
// REQUIRES: crash-recovery
-// REQUIRES: shell
#warning parsing original file
More information about the cfe-commits
mailing list