Skip to content

Commit df8290d

Browse files
committed
Fix rg_oom assertion in rust 1.93.1 update
Signed-off-by: Matt Leon <mattleon@google.com>
1 parent 839f29e commit df8290d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtime_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ TEST_P(TestVm, WasmMemoryLimit) {
132132
// Backtrace
133133
if (engine_ == "v8") {
134134
EXPECT_TRUE(host->isErrorLogged("Proxy-Wasm plugin in-VM backtrace:"));
135-
EXPECT_TRUE(host->isErrorLogged("rg_oom"));
135+
EXPECT_TRUE(host->isErrorLogged("rust_oom"));
136136
EXPECT_TRUE(host->isErrorLogged(" - alloc::alloc::handle_alloc_error"));
137137
}
138138
}

0 commit comments

Comments
 (0)