aboutsummaryrefslogtreecommitdiff
path: root/unittests/Symbol/TestType.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Symbol/TestType.cpp')
-rw-r--r--unittests/Symbol/TestType.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Symbol/TestType.cpp b/unittests/Symbol/TestType.cpp
index 68128b89329c..bf06541134e3 100644
--- a/unittests/Symbol/TestType.cpp
+++ b/unittests/Symbol/TestType.cpp
@@ -30,7 +30,7 @@ void TestGetTypeScopeAndBasenameHelper(const char *full_type,
EXPECT_EQ(name, expected_name);
}
}
-};
+}
TEST(Type, GetTypeScopeAndBasename) {
TestGetTypeScopeAndBasenameHelper("int", false, "", "");