From fb065a16690ec1b605e300c502ad71c1d4a4fefb Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Wed, 9 Apr 2014 17:04:27 +0000 Subject: Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly"" Don't quote octal compatible strings if they are only two wide, they aren't ambiguous. This reverts commit r205857 which reverted r205857. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205914 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Object/obj2yaml.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Object/obj2yaml.test') diff --git a/test/Object/obj2yaml.test b/test/Object/obj2yaml.test index 5ab8a15224..bc11f35c10 100644 --- a/test/Object/obj2yaml.test +++ b/test/Object/obj2yaml.test @@ -115,7 +115,7 @@ COFF-X86-64-NEXT: SectionData: 48656C6C6F20576F726C642100 COFF-X86-64: - Name: '.CRT$XCU' COFF-X86-64-NEXT: Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ] COFF-X86-64-NEXT: Alignment: 8 -COFF-X86-64-NEXT: SectionData: 0000000000000000 +COFF-X86-64-NEXT: SectionData: '0000000000000000' COFF-X86-64: Relocations: COFF-X86-64-NEXT: - VirtualAddress: 0 -- cgit v1.2.3