From: NAKAMURA Takumi Date: Tue, 9 Jun 2015 06:27:21 +0000 (+0000) Subject: Disable clang/test/Misc/interpreter.c, for now, since r239273 mishandled *-msvc-elf. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46582bf4f34336368d76bba47a71ceda8c97cc84;p=clang Disable clang/test/Misc/interpreter.c, for now, since r239273 mishandled *-msvc-elf. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239387 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Misc/interpreter.c b/test/Misc/interpreter.c index 42e1645b7c..a4a8cea46a 100644 --- a/test/Misc/interpreter.c +++ b/test/Misc/interpreter.c @@ -1,5 +1,5 @@ // RUN: clang-interpreter %s | FileCheck %s -// REQUIRES: native, examples +// REQUIRES: native, examples, shell int printf(const char *, ...);