Skip to content

Commit b9815c7

Browse files
committed
no-op comment change to trigger workflow retry
Signed-off-by: Michael Warres <mpw@google.com>
1 parent 769b7bd commit b9815c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/stop_iteration_test.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,9 @@ TEST_P(TestVm, AllowOnHeadersStopIteration) {
4040
/*engine=*/wasm->wasm_vm()->getEngineName(), /*plugin_config=*/"",
4141
/*fail_open=*/false, /*key=*/"");
4242

43-
// Create root context, call onStart().
43+
// Create root context, call onStart() and onConfigure()
4444
ContextBase *root_context = wasm->start(plugin);
4545
ASSERT_TRUE(root_context != nullptr);
46-
47-
// On the root context, call onConfigure().
4846
ASSERT_TRUE(wasm->configure(root_context, plugin));
4947

5048
// By default, stream context onRequestHeaders and onResponseHeaders

0 commit comments

Comments
 (0)