From 15e1feecbf424bc828aa92d2026cd08dca1bf8f8 Mon Sep 17 00:00:00 2001
From: Andrea Shepard <andrea@persephoneslair.org>
Date: Fri, 11 Nov 2016 05:38:12 +0000
Subject: [PATCH] Fix stray semicolon in C++ bindings

---
 src/bindings/cpp/cpp_tests.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bindings/cpp/cpp_tests.cpp b/src/bindings/cpp/cpp_tests.cpp
index 8677c82e..8800babe 100644
--- a/src/bindings/cpp/cpp_tests.cpp
+++ b/src/bindings/cpp/cpp_tests.cpp
@@ -356,7 +356,7 @@ namespace {
     EXPECT_TRUE(ParsesTo(p, "aaa", "(u0x61 (u0x61 (u0x61)))"));
   }
 
-};
+}
 
 int main(int argc, char** argv) {
   ::testing::InitGoogleTest(&argc, argv);
-- 
GitLab