summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/array-construction.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-08 01:47:25 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-08 01:47:25 +0000
commit2475d76920b43014e661690836642ca3c9967179 (patch)
tree2d601198b4957d952afd4fb641e9b9767a3469bc /test/CodeGenCXX/array-construction.cpp
parent1787b70a928b481fb2333d6c14cf91de26f4609e (diff)
Remove RUN: true lines.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86432 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCXX/array-construction.cpp')
-rw-r--r--test/CodeGenCXX/array-construction.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGenCXX/array-construction.cpp b/test/CodeGenCXX/array-construction.cpp
index 9e4c4f7c5c..2f82872d6c 100644
--- a/test/CodeGenCXX/array-construction.cpp
+++ b/test/CodeGenCXX/array-construction.cpp
@@ -2,7 +2,6 @@
// RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s
// RUN: clang-cc -triple i386-apple-darwin -std=c++0x -S %s -o %t-32.s
// RUN: FileCheck -check-prefix LP32 --input-file=%t-32.s %s
-// RUN: true
extern "C" int printf(...);