Skip to content

Commit 78c3213

Browse files
committed
comment
Signed-off-by: Kuat Yessenov <[email protected]>
1 parent d88a602 commit 78c3213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/wasm_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ TEST_P(TestVm, AlwaysApplyCanary) {
196196
auto wasm_handle_comp =
197197
createWasm(vm_key, source, plugin_comp, wasm_handle_factory_comp,
198198
wasm_handle_clone_factory_for_canary, false);
199-
// Validate that canarying is cached for the first variant.
199+
// Validate that canarying is cached for the first baseline plugin variant.
200200
if (first) {
201201
first = false;
202202
EXPECT_EQ(canary_count, 0);

0 commit comments

Comments
 (0)