diff options
Diffstat (limited to 'test/option.test.cpp')
| -rw-r--r-- | test/option.test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/option.test.cpp b/test/option.test.cpp index 0e654b1..1869d24 100644 --- a/test/option.test.cpp +++ b/test/option.test.cpp @@ -13,12 +13,12 @@ BOOST_AUTO_TEST_CASE(option_should_fail) { - ocl::option opt(ocl::eval_false()); + ocl::option opt(ocl::eval_false()); BOOST_CHECK_THROW(opt.expect(""), std::exception); } BOOST_AUTO_TEST_CASE(option_should_succeed) { - ocl::option opt(ocl::eval_true()); + ocl::option opt(ocl::eval_true()); BOOST_CHECK_NO_THROW(opt.expect("")); } |
