aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/guard/guard_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/guard/guard_test.cpp')
-rw-r--r--vespalib/src/tests/guard/guard_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vespalib/src/tests/guard/guard_test.cpp b/vespalib/src/tests/guard/guard_test.cpp
index c61c4874eff..2efe66201f9 100644
--- a/vespalib/src/tests/guard/guard_test.cpp
+++ b/vespalib/src/tests/guard/guard_test.cpp
@@ -1,4 +1,4 @@
-// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/vespalib/testkit/testapp.h>
#include <vespa/vespalib/util/guard.h>
@@ -123,4 +123,4 @@ TEST("testCounterGuard")
EXPECT_TRUE(cnt == 10);
}
-TEST_MAIN() { TEST_RUN_ALL(); } \ No newline at end of file
+TEST_MAIN() { TEST_RUN_ALL(); }