Skip to content

Commit 8dc77e7

Browse files
committed
Suppress gtest warning for arg_passing_test in nullvm
Signed-off-by: Matt Leon <mattleon@google.com>
1 parent 1ef54cc commit 8dc77e7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/arg_passing_test.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,7 @@ TEST_P(ArgPassingTest, WasmCallReadsBufferPassedByHost) {
140140
ASSERT_TRUE(test_buffer_from_host(context_)) << context_->getLog();
141141
}
142142

143+
GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(ArgPassingTest);
144+
143145
} // namespace
144146
} // namespace proxy_wasm

0 commit comments

Comments
 (0)