diff options
author | Devang Patel <dpatel@apple.com> | 2011-05-31 22:37:03 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-05-31 22:37:03 +0000 |
commit | d65e091631cc521fcb95a16d6587c0fed8b7164b (patch) | |
tree | c2ac818316dd8961c353fa725309f92dfe1b8941 | |
parent | 5aecb786a32d321e8d3462cd49e50092e8d55cd3 (diff) |
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
-rw-r--r-- | test/CodeGenObjC/debug-info-pubtypes.m | 2 |
1 files changed, 1 insertions, 1 deletions
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: |