Author: echristo
Date: Tue Apr 10 13:36:52 2012
New Revision: 154422

URL: http://llvm.org/viewvc/llvm-project?rev=154422&view=rev
Log:
This test actually needs label names.

PR9796

Modified:
    cfe/trunk/test/CodeGen/debug-line-1.c

Modified: cfe/trunk/test/CodeGen/debug-line-1.c
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/debug-line-1.c?rev=154422&r1=154421&r2=154422&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/debug-line-1.c (original)
+++ cfe/trunk/test/CodeGen/debug-line-1.c Tue Apr 10 13:36:52 2012
@@ -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.


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to