summaryrefslogtreecommitdiffstats
path: root/test/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-04-10 18:36:52 +0000
committerEric Christopher <echristo@apple.com>2012-04-10 18:36:52 +0000
commitb2561c7545eae5f18c9347a0704d4ca6954b2294 (patch)
tree335251432c5c9cbe3a1660eb28c1432ddb59184f /test/CodeGen
parent90f5f47348b6581eab5d42eaeacf7f2b28b8118f (diff)
This test actually needs label names.
PR9796 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154422 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/debug-line-1.c3
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.