summaryrefslogtreecommitdiff
path: root/slicer/test/streams.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'slicer/test/streams.cpp')
-rw-r--r--slicer/test/streams.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/slicer/test/streams.cpp b/slicer/test/streams.cpp
index e68de0e..f5284eb 100644
--- a/slicer/test/streams.cpp
+++ b/slicer/test/streams.cpp
@@ -18,7 +18,7 @@ TestStream::Produce(const Consumer & c)
}
}
-BOOST_FIXTURE_TEST_SUITE(stream, TestStream);
+BOOST_FIXTURE_TEST_SUITE(stream, TestStream)
BOOST_AUTO_TEST_CASE(streamToXml)
{
@@ -42,4 +42,4 @@ BOOST_AUTO_TEST_CASE(streamToJson)
BOOST_REQUIRE_EQUAL("9", seq.back());
}
-BOOST_AUTO_TEST_SUITE_END();
+BOOST_AUTO_TEST_SUITE_END()