From d65e091631cc521fcb95a16d6587c0fed8b7164b Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 31 May 2011 22:37:03 +0000 Subject: [PATCH] Fix test, check for stable strings in the output. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132370 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjC/debug-info-pubtypes.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenObjC/debug-info-pubtypes.m b/test/CodeGenObjC/debug-info-pubtypes.m index abbfe5cda4..4f525c5532 100644 --- a/test/CodeGenObjC/debug-info-pubtypes.m +++ b/test/CodeGenObjC/debug-info-pubtypes.m @@ -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: -- 2.40.0