From 8bbf00599c36e40d1ad3203c04dc0adf65727f47 Mon Sep 17 00:00:00 2001 From: mat007 Date: Tue, 8 May 2012 14:33:07 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@449 860be788-9bd5-4423-9f1e-828f051e677b --- src/tests/turtle_test/function_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/turtle_test/function_test.cpp b/src/tests/turtle_test/function_test.cpp index 6f48395..2ca088a 100644 --- a/src/tests/turtle_test/function_test.cpp +++ b/src/tests/turtle_test/function_test.cpp @@ -734,7 +734,7 @@ BOOST_FIXTURE_TEST_CASE( triggering_unexpected_call_call_disables_the_automatic_ CHECK_ERROR( f(), unexpected_call, 0, "?()" ); } -BOOST_FIXTURE_TEST_CASE( adding_a_expectation_reactivates_the_verification_upon_destruction, error_fixture ) +BOOST_FIXTURE_TEST_CASE( adding_an_expectation_reactivates_the_verification_upon_destruction, error_fixture ) { std::auto_ptr< mock::function< void() > > f( new mock::function< void() > ); CHECK_ERROR( (*f)(), unexpected_call, 0, "?()" );