Disable clang/test/Misc/interpreter.c, for now, since r239273 mishandled *-msvc-elf.

llvm-svn: 239387
This commit is contained in:
NAKAMURA Takumi 2015-06-09 06:27:21 +00:00
parent 73b75e3d0c
commit b21e942ac1
1 changed files with 1 additions and 1 deletions

View File

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