aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/coro/csi/csi_test.cpp
blob: 301c12b2cec4add8233d6411b6452d74f2557fdb (plain) (blame)
1
2
3
4
5
6
7
8
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include <vespa/vespalib/gtest/gtest.h>

TEST(CoroRpcTest, dummy_test) {
}

GTEST_MAIN_RUN_ALL_TESTS()