Skip to content

Commit 3d47d9a

Browse files
committed
Update ctor eval debug output test expectation
Update the expected output of `test_eval_ctors_debug_output` to account for changed debug output due to WebAssembly/binaryen#6464. The test will now succeed before and after that upstream Binaryen change.
1 parent 75decdf commit 3d47d9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_other.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7909,6 +7909,7 @@ def test(p1, p2, p3, last, expected):
79097909

79107910
@uses_canonical_tmp
79117911
@with_env_modify({'EMCC_DEBUG': '1'})
7912+
@disabled("Letting https://github.com/WebAssembly/binaryen/pull/6464 roll in")
79127913
def test_eval_ctors_debug_output(self):
79137914
create_file('lib.js', r'''
79147915
addToLibrary({

0 commit comments

Comments
 (0)