Skip to content

Commit 51df141

Browse files
committed
rust_oom -> rg_oom
Signed-off-by: Keith Mattix II <[email protected]>
1 parent 0fd7cd2 commit 51df141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtime_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ TEST_P(TestVm, WasmMemoryLimit) {
142142
// Backtrace
143143
if (engine_ == "v8") {
144144
EXPECT_TRUE(host->isErrorLogged("Proxy-Wasm plugin in-VM backtrace:"));
145-
EXPECT_TRUE(host->isErrorLogged("rust_oom"));
145+
EXPECT_TRUE(host->isErrorLogged("rg_oom"));
146146
EXPECT_TRUE(host->isErrorLogged(" - alloc::alloc::handle_alloc_error"));
147147
}
148148
}

0 commit comments

Comments
 (0)