diff options
Diffstat (limited to 'test/Frontend/ir-support-errors.ll')
-rw-r--r-- | test/Frontend/ir-support-errors.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Frontend/ir-support-errors.ll b/test/Frontend/ir-support-errors.ll index cb5913c..daf1675 100644 --- a/test/Frontend/ir-support-errors.ll +++ b/test/Frontend/ir-support-errors.ll @@ -1,4 +1,4 @@ -; RUN: %clang_cc1 -S -o - %s 2>&1 | FileCheck %s +; RUN: not %clang_cc1 -S -o - %s 2>&1 | FileCheck %s target triple = "x86_64-apple-darwin10" |