diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/colour_test.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/colour_test.cc b/test/colour_test.cc index d39c888d..336f0af1 100644 --- a/test/colour_test.cc +++ b/test/colour_test.cc @@ -56,8 +56,4 @@ BOOST_AUTO_TEST_CASE (colour) BOOST_CHECK (c != d); BOOST_CHECK_THROW (dcp::Colour ("001234"), dcp::XMLError); - - locked_stringstream s; - s << c; - BOOST_CHECK_EQUAL (s.str(), "(255, 0, 0)"); } |
