13 lines
180 B
C++
13 lines
180 B
C++
#include <Test/Test.h>
|
|
#include <Server/LSPConverter.h>
|
|
|
|
namespace clice::testing {
|
|
|
|
namespace {
|
|
|
|
TEST(Server, SourceConverter) {}
|
|
|
|
} // namespace
|
|
|
|
} // namespace clice::testing
|