Skip to content

Commit d1c8ac8

Browse files
committed
Nit- updated error message to include engine_ name.
Signed-off-by: Rachel Green <[email protected]>
1 parent 2a3de11 commit d1c8ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/wasm_vm_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ TEST_P(TestVm, Init) {
5858
// We skip NullVM because warm() is a noop, and we skip wasmedge because its engine is initialized
5959
// in the constructor vs. on cold start.
6060
if (engine_ == "null" || engine_ == "wasmedge") {
61-
std::cout << "Skipping warm() performance assertions for NullVm." << std::endl;
61+
std::cout << "Skipping warm() performance assertions for " << engine_ << "." << std::endl;
6262
return;
6363
}
6464
EXPECT_LE(warm * 50, cold);

0 commit comments

Comments
 (0)