diff options
-rw-r--r-- | test/CodeGen/debug-line-1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/debug-line-1.c b/test/CodeGen/debug-line-1.c index b31de55c8c..00d4f421f8 100644 --- a/test/CodeGen/debug-line-1.c +++ b/test/CodeGen/debug-line-1.c @@ -1,4 +1,5 @@ -// RUN: %clang_cc1 -triple x86_64-unk-unk -o - -emit-llvm -g %s | FileCheck %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin -o - -emit-llvm -g %s | FileCheck %s +// REQUIRES: asserts // PR9796 // Check to make sure that we emit the block for the break so that we can count the line. |