Skip to content

Commit 02ed7d7

Browse files
authored
Update test_esm_integration expectations (#24092)
This was not updated as part of #24079 but we didn't notice because we were not running the test as part of CI.
1 parent 06d1062 commit 02ed7d7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,8 @@ jobs:
792792
other.test_native_call_before_init
793793
other.test_node_unhandled_rejection
794794
core2.test_hello_world
795+
core2.test_esm_integration
796+
core0.test_esm_integration
795797
core0.test_pthread_join_and_asyncify
796798
core0.test_async_ccall_promise_jspi*
797799
core0.test_cubescript_jspi"

Diff for: test/core/test_esm_integration.expected.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export { __main_argc_argv as main } from './hello_world.wasm';
2-
export { default, err, HEAPF32, HEAPF64, HEAP8, HEAPU8, HEAP16, HEAPU16, HEAP32, HEAPU32, HEAP64, HEAPU64, stringToNewUTF8 } from './hello_world.support.mjs';
2+
export { default, err, stringToNewUTF8 } from './hello_world.support.mjs';

0 commit comments

Comments
 (0)