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 e25c4f1 commit b22dc16Copy full SHA for b22dc16
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