diff options
author | David Majnemer <david.majnemer@gmail.com> | 2015-06-09 06:33:13 +0000 |
---|---|---|
committer | David Majnemer <david.majnemer@gmail.com> | 2015-06-09 06:33:13 +0000 |
commit | c7ee97d696d0b086786237266f471636c86eaa0a (patch) | |
tree | 4e69f76caf857388f8660efed0259665bbe0ef0d /clang/test/Misc/interpreter.c | |
parent | 75fdd6b88804b3e3eaeae88639ecd4beb5e01be8 (diff) | |
download | bcm5719-llvm-c7ee97d696d0b086786237266f471636c86eaa0a.tar.gz bcm5719-llvm-c7ee97d696d0b086786237266f471636c86eaa0a.zip |
Reenable Misc/interpreter.c as r239388 correctly handles such targets
llvm-svn: 239389
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 a4a8cea46aa..42e1645b7c6 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, shell +// REQUIRES: native, examples int printf(const char *, ...); |