summaryrefslogtreecommitdiffstats
path: root/lld/test/pecoff/alignment.test
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/pecoff/alignment.test')
-rw-r--r--lld/test/pecoff/alignment.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/lld/test/pecoff/alignment.test b/lld/test/pecoff/alignment.test
index 2131c7df081..ae23f5298ce 100644
--- a/lld/test/pecoff/alignment.test
+++ b/lld/test/pecoff/alignment.test
@@ -3,8 +3,8 @@
# RUN: lld -flavor link /out:%t1 /subsystem:console /force /entry:start \
# RUN: -- %t.obj && llvm-readobj -sections %t1 | FileCheck %s
-CHECK: Name: .text
-CHECK-NEXT: VirtualSize: 0x1001
-
-CHECK: Name: .data
+CHECK: Name: .data (2E 64 61 74 61 00 00 00)
CHECK-NEXT: VirtualSize: 0x6
+
+CHECK: Name: .text (2E 74 65 78 74 00 00 00)
+CHECK-NEXT: VirtualSize: 0x1001
OpenPOWER on IntegriCloud