diff options
Diffstat (limited to 'lib/cpp/test/RecursiveTest.cpp')
-rw-r--r-- | lib/cpp/test/RecursiveTest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/cpp/test/RecursiveTest.cpp b/lib/cpp/test/RecursiveTest.cpp index a74be918e..24c0f7cd3 100644 --- a/lib/cpp/test/RecursiveTest.cpp +++ b/lib/cpp/test/RecursiveTest.cpp @@ -27,7 +27,7 @@ using apache::thrift::transport::TMemoryBuffer; using apache::thrift::protocol::TBinaryProtocol; -using boost::shared_ptr; + using boost::shared_ptr; int main() { shared_ptr<TMemoryBuffer> buf(new TMemoryBuffer()); @@ -71,4 +71,5 @@ int main() { assert(false); } catch (const apache::thrift::protocol::TProtocolException& e) { } + } |