Skip to content

Commit 8342c26

Browse files
sbc100dschuff
andauthored
Update lld/test/wasm/stack-first.test
Co-authored-by: Derek Schuff <[email protected]>
1 parent b911ede commit 8342c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/wasm/stack-first.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN: obj2yaml %t.wasm | FileCheck %s
1212
RUN: wasm-ld -z stack-size=512 --stack-first --no-stack-first --export=__data_end --export=__heap_base --export=someByte -o %t.wasm %t.o
1313
RUN: obj2yaml %t.wasm | FileCheck %s --check-prefix=NOT-FIRST
1414

15-
; Check that the default
15+
; Check that the default is no-stack-first
1616
RUN: wasm-ld -z stack-size=512 --export=__data_end --export=__heap_base --export=someByte -o %t.wasm %t.o
1717
RUN: obj2yaml %t.wasm | FileCheck %s --check-prefix=NOT-FIRST
1818

0 commit comments

Comments
 (0)