Author: chapuni
Date: Tue Jun  9 01:27:21 2015
New Revision: 239387

URL: http://llvm.org/viewvc/llvm-project?rev=239387&view=rev
Log:
Disable clang/test/Misc/interpreter.c, for now, since r239273 mishandled 
*-msvc-elf.

Modified:
    cfe/trunk/test/Misc/interpreter.c

Modified: cfe/trunk/test/Misc/interpreter.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Misc/interpreter.c?rev=239387&r1=239386&r2=239387&view=diff
==============================================================================
--- cfe/trunk/test/Misc/interpreter.c (original)
+++ cfe/trunk/test/Misc/interpreter.c Tue Jun  9 01:27:21 2015
@@ -1,5 +1,5 @@
 // RUN: clang-interpreter %s | FileCheck %s
-// REQUIRES: native, examples
+// REQUIRES: native, examples, shell
 
 int printf(const char *, ...);
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to