summaryrefslogtreecommitdiff
path: root/test/style/filter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/style/filter.cpp')
-rw-r--r--test/style/filter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/style/filter.cpp b/test/style/filter.cpp
index 6e7f62db1b..c013c36cd1 100644
--- a/test/style/filter.cpp
+++ b/test/style/filter.cpp
@@ -57,7 +57,7 @@ TEST(Filter, EqualsString) {
Filter f = parse("[\"==\", \"foo\", \"bar\"]");
ASSERT_TRUE(evaluate(f, {{ "foo", std::string("bar") }}));
ASSERT_FALSE(evaluate(f, {{ "foo", std::string("baz") }}));
-};
+}
TEST(Filter, EqualsNumber) {
Filter f = parse("[\"==\", \"foo\", 0]");