]> granicus.if.org Git - clang/commitdiff
Disable clang/test/Misc/interpreter.c, for now, since r239273 mishandled *-msvc-elf.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 9 Jun 2015 06:27:21 +0000 (06:27 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 9 Jun 2015 06:27:21 +0000 (06:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239387 91177308-0d34-0410-b5e6-96231b3b80d8

test/Misc/interpreter.c

index 42e1645b7c61bed444eaa41ba2ad942e4292d7f7..a4a8cea46aa41be343a93821d737d269dcb7e141 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: clang-interpreter %s | FileCheck %s
-// REQUIRES: native, examples
+// REQUIRES: native, examples, shell
 
 int printf(const char *, ...);