aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-12-14 22:17:35 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-12-14 22:17:35 +0000
commit42f8d001ce4b125b80bdf01008e35fd6eb405cb7 (patch)
tree79cec08c8bbff3366f7f472978c0723742ccdad8
parent5348f94abd0e9d3945da8d059b55b156967e8ff9 (diff)
Make test more generic.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91349 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenObjC/nested-rethrow.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGenObjC/nested-rethrow.m b/test/CodeGenObjC/nested-rethrow.m
index 187998ed00..dd7439def2 100644
--- a/test/CodeGenObjC/nested-rethrow.m
+++ b/test/CodeGenObjC/nested-rethrow.m
@@ -1,6 +1,7 @@
// RUN: clang -cc1 -triple i386-apple-darwin9 -emit-llvm %s -o - | FileCheck %s
-#include <stdio.h>
+
+extern int printf(const char*, ...);
int main()
{