aboutsummaryrefslogtreecommitdiff
path: root/test/Frontend/iframework.c
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-09-25 16:13:41 +0000
committerDouglas Gregor <dgregor@apple.com>2012-09-25 16:13:41 +0000
commit1370d37f60a173b2acf0afce92db063f06b30b2d (patch)
tree0b7bb900c792eca7b90ea565f41724e8a5c527e1 /test/Frontend/iframework.c
parentb09de5177ee8101818a59dcd0038c75b190a2509 (diff)
-iframework should allow separate arguments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164607 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Frontend/iframework.c')
-rw-r--r--test/Frontend/iframework.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Frontend/iframework.c b/test/Frontend/iframework.c
index 0c241fd489..7180416e99 100644
--- a/test/Frontend/iframework.c
+++ b/test/Frontend/iframework.c
@@ -1,3 +1,3 @@
-// RUN: %clang -fsyntax-only -iframework%S/Inputs %s -Xclang -verify
+// RUN: %clang -fsyntax-only -iframework %S/Inputs %s -Xclang -verify
#include <TestFramework/TestFramework.h>