diff options
Diffstat (limited to 'test/COFF/section-size.s')
-rw-r--r-- | test/COFF/section-size.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/COFF/section-size.s b/test/COFF/section-size.s index 28f3f4acbc9d..d971b6efa5e8 100644 --- a/test/COFF/section-size.s +++ b/test/COFF/section-size.s @@ -7,7 +7,7 @@ # Run: lld-link -entry:main %tmain.obj %t3.obj -out:%t.exe # RUN: not lld-link -entry:main %tmain.obj %t1.obj %t2.obj -out:%t.exe 2>&1 | FileCheck %s -# CHECK: error: section larger than 4 GiB: .bss +# CHECK: error: section larger than 4 GiB: .data .globl main main: |