We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d1bcf commit 1f3d705Copy full SHA for 1f3d705
test/runtime_test.cc
@@ -102,7 +102,7 @@ TEST_P(TestVm, TerminateExecution) {
102
// Check integration logs.
103
auto *host = dynamic_cast<TestIntegration *>(wasm.wasm_vm()->integration().get());
104
EXPECT_TRUE(host->isErrorLogged("Function: infinite_loop failed"));
105
- EXPECT_TRUE(host->isErrorLogged("termination_exception"));
+ EXPECT_TRUE(host->isErrorLogged("TerminationException"));
106
}
107
108
TEST_P(TestVm, WasmMemoryLimit) {
0 commit comments