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

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

namespace document {

TEST(ForceLinkTest, testUsage)
{
    ForceLink link;
}

} // document