mirror of
https://github.com/boostorg/lambda2.git
synced 2026-01-19 04:22:07 +00:00
Fix typo in test/lookup_problem.cpp
This commit is contained in:
@@ -19,6 +19,6 @@ namespace N
|
||||
|
||||
int main()
|
||||
{
|
||||
BOOST_TEST_EQ( plus_one( 4 ), 5 );
|
||||
BOOST_TEST_EQ( N::plus_one( 4 ), 5 );
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user