Skip to content

Commit a4503a4

Browse files
committed
Adapt Wasm unit test for new postprocessing
1 parent 4b0dfbc commit a4503a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/base/orchestrator/src/coordinator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1856,7 +1856,7 @@ mod tests {
18561856
assert!(response.success, "stderr: {}", response.stderr);
18571857
assert_contains!(
18581858
response.code,
1859-
r#"(func $inc (export "inc") (type $t0) (param $p0 i32) (result i32)"#
1859+
r#"(func $inc (;0;) (type 0) (param i32) (result i32)"#
18601860
);
18611861

18621862
coordinator.shutdown().await?;

0 commit comments

Comments
 (0)