aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/forcelinktest.cpp
blob: 41621dc81df81ece59d746bb38254d3e70aeb24d (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 <gtest/gtest.h>

namespace document {

TEST(ForceLinkTest, testUsage)
{
    ForceLink link;
}

} // document