[cfe-commits] r132370 - /cfe/trunk/test/CodeGenObjC/debug-info-pubtypes.m
Devang Patel
dpatel at apple.com
Tue May 31 15:37:03 PDT 2011
Author: dpatel
Date: Tue May 31 17:37:03 2011
New Revision: 132370
URL: http://llvm.org/viewvc/llvm-project?rev=132370&view=rev
Log:
Fix test, check for stable strings in the output.
Modified:
cfe/trunk/test/CodeGenObjC/debug-info-pubtypes.m
Modified: cfe/trunk/test/CodeGenObjC/debug-info-pubtypes.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-pubtypes.m?rev=132370&r1=132369&r2=132370&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-pubtypes.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-pubtypes.m Tue May 31 17:37:03 2011
@@ -2,7 +2,7 @@
// RUN: FileCheck %s < %t
//CHECK: .long Lset6
-//CHECK-NEXT: .long 256
+//CHECK-NEXT: .long
//CHECK-NEXT: .asciz "H"
//CHECK-NEXT: .long 0
//CHECK-NEXT: Lpubtypes_end1:
More information about the cfe-commits
mailing list