diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-06-09 06:27:21 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-06-09 06:27:21 +0000 |
commit | b21e942ac12f106abe2875ef144bb1ddb262b8aa (patch) | |
tree | 3418590e20d499ba37ee3af9255735f623b390d6 /clang/test/Misc/interpreter.c | |
parent | 73b75e3d0cdada5b7a9ed097ee9a912d8bd13dcc (diff) | |
download | bcm5719-llvm-b21e942ac12f106abe2875ef144bb1ddb262b8aa.tar.gz bcm5719-llvm-b21e942ac12f106abe2875ef144bb1ddb262b8aa.zip |
Disable clang/test/Misc/interpreter.c, for now, since r239273 mishandled *-msvc-elf.
llvm-svn: 239387
Diffstat (limited to 'clang/test/Misc/interpreter.c')
-rw-r--r-- | clang/test/Misc/interpreter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Misc/interpreter.c b/clang/test/Misc/interpreter.c index 42e1645b7c6..a4a8cea46aa 100644 --- a/clang/test/Misc/interpreter.c +++ b/clang/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 *, ...); |