summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-12-02 03:50:16 +0000
committerAlp Toker <alp@nuanti.com>2013-12-02 03:50:16 +0000
commit99416d3ef2b58f8d67d13e43358009fa5559c547 (patch)
tree78e3c1e672d4e78a2368df0b238c6134a5633172
parent32635781bba322280613eb7accbceb068f4a503a (diff)
downloadbcm5719-llvm-99416d3ef2b58f8d67d13e43358009fa5559c547.tar.gz
bcm5719-llvm-99416d3ef2b58f8d67d13e43358009fa5559c547.zip
Correct test to target 'unknown'
llvm-svn: 196060
-rw-r--r--clang/test/Rewriter/no-integrated-preprocessing-64bit.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Rewriter/no-integrated-preprocessing-64bit.m b/clang/test/Rewriter/no-integrated-preprocessing-64bit.m
index 63184493b3b..ea63c0b1d43 100644
--- a/clang/test/Rewriter/no-integrated-preprocessing-64bit.m
+++ b/clang/test/Rewriter/no-integrated-preprocessing-64bit.m
@@ -1,4 +1,4 @@
-// RUN: %clang -target x86_64-unkown-unknown -fms-extensions -rewrite-objc %s -o - | FileCheck %s
+// RUN: %clang -target x86_64-unknown-unknown -fms-extensions -rewrite-objc %s -o - | FileCheck %s
// rdar://12189793
#ifdef __cplusplus
OpenPOWER on IntegriCloud