aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/forcelinktest.cpp
blob: 92e18b2286edf03ebd8c9d4ab370a64369224592 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include <vespa/document/base/forcelink.h>
#include <gtest/gtest.h>

namespace document {

TEST(ForceLinkTest, testUsage)
{
    ForceLink link;
}

} // document