diff options
Diffstat (limited to 'test/sound_frame_test.cc')
| -rw-r--r-- | test/sound_frame_test.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/sound_frame_test.cc b/test/sound_frame_test.cc index a8060bd4..e406cb38 100644 --- a/test/sound_frame_test.cc +++ b/test/sound_frame_test.cc @@ -87,10 +87,7 @@ BOOST_AUTO_TEST_CASE (sound_frame_test) BOOST_AUTO_TEST_CASE (sound_frame_test2) { - { - dcp::ASDCPErrorSuspender sus; - BOOST_CHECK_THROW (dcp::SoundAsset("frobozz"), dcp::FileError); - } + BOOST_CHECK_THROW(dcp::SoundAsset("frobozz"), dcp::FileError); dcp::SoundAsset asset ( private_test / |
