Skip to content

v0.2.49..v0.2.50 changeset ServiceHootApiDbReaderTest.cpp

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core-test/src/test/cpp/hoot/core/io/ServiceHootApiDbReaderTest.cpp b/hoot-core-test/src/test/cpp/hoot/core/io/ServiceHootApiDbReaderTest.cpp
index a52780a..27ff70e 100644
--- a/hoot-core-test/src/test/cpp/hoot/core/io/ServiceHootApiDbReaderTest.cpp
+++ b/hoot-core-test/src/test/cpp/hoot/core/io/ServiceHootApiDbReaderTest.cpp
@@ -911,7 +911,7 @@ public:
     }
     catch (const HootException& e)
     {
-      exceptionMsg = e.what();\
+      exceptionMsg = e.what();
 
       reader.close();
 
Clone this wiki locally