We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef54cc commit 8dc77e7Copy full SHA for 8dc77e7
1 file changed
test/arg_passing_test.cc
@@ -140,5 +140,7 @@ TEST_P(ArgPassingTest, WasmCallReadsBufferPassedByHost) {
140
ASSERT_TRUE(test_buffer_from_host(context_)) << context_->getLog();
141
}
142
143
+GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(ArgPassingTest);
144
+
145
} // namespace
146
} // namespace proxy_wasm
0 commit comments