From: Alp Toker Date: Mon, 2 Dec 2013 03:50:16 +0000 (+0000) Subject: Correct test to target 'unknown' X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ac190fd356aa78dab0126671104e195ca527215;p=clang Correct test to target 'unknown' git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196060 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Rewriter/no-integrated-preprocessing-64bit.m b/test/Rewriter/no-integrated-preprocessing-64bit.m index 63184493b3..ea63c0b1d4 100644 --- a/test/Rewriter/no-integrated-preprocessing-64bit.m +++ b/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