Skip to content

Commit ffae14c

Browse files
committed
Fix tests
1 parent b54791b commit ffae14c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/cli/tests/reference/anyref-import-catch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export function exported() {
6464
}
6565
}
6666

67-
export function __wbg_foo_8d66ddef0ff279d6() { return handleError(function () {
67+
export function __wbg_foo_95fe1a04017077db() { return handleError(function () {
6868
foo();
6969
}, arguments) };
7070

crates/cli/tests/reference/import-catch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export function exported() {
6161
}
6262
}
6363

64-
export function __wbg_foo_8d66ddef0ff279d6() { return handleError(function () {
64+
export function __wbg_foo_95fe1a04017077db() { return handleError(function () {
6565
foo();
6666
}, arguments) };
6767

0 commit comments

Comments
 (0)