|
From: Kouhei S. <nul...@cl...> - 2014-01-30 13:38:10
|
Kouhei Sutou 2014-01-30 22:37:52 +0900 (Thu, 30 Jan 2014) New Revision: 1535314c7ca833bef0fff976eb72273c887e5999 https://github.com/clear-code/cutter/commit/1535314c7ca833bef0fff976eb72273c887e5999 Message: test: remove needless code Modified files: test/cppcutter/test-cppcut-test.cpp Modified: test/cppcutter/test-cppcut-test.cpp (+0 -1) =================================================================== --- test/cppcutter/test-cppcut-test.cpp 2014-01-30 22:32:19 +0900 (2047b1d) +++ test/cppcutter/test-cppcut-test.cpp 2014-01-30 22:37:52 +0900 (1016720) @@ -164,7 +164,6 @@ namespace cppcut_test { struct { bool operator ()(void) { - stub_not_std_exception(); throw "exception on stacked jump buffer"; } } stub_throw; |