Remove an unused variable.
This commit is contained in:
parent
1324720a32
commit
99100be85d
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ BOOST_AUTO_TEST_CASE( test_version_info )
|
|||
const version_info bad_version_info1("Viva la revolución!");
|
||||
const version_info bad_version_info2("To infinity and beyond!");
|
||||
|
||||
const bool probe = (bad_version_info1 > bad_version_info2);
|
||||
// The result of this test can be ignored since it should throw an exepction.
|
||||
bad_version_info1 > bad_version_info2;
|
||||
|
||||
// We should have thrown an exception already...
|
||||
insanity_test = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue