diff options
Diffstat (limited to 'clang/test/Frontend/ir-support-errors.ll')
-rw-r--r-- | clang/test/Frontend/ir-support-errors.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Frontend/ir-support-errors.ll b/clang/test/Frontend/ir-support-errors.ll index cb5913cd3af..daf1675be51 100644 --- a/clang/test/Frontend/ir-support-errors.ll +++ b/clang/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" |