Remove some outdated constructs from tests

This commit is contained in:
Peter Dimov
2019-12-13 19:47:07 +02:00
parent 66ddaf88e1
commit 0eb9e9061b
42 changed files with 80 additions and 362 deletions

View File

@@ -14,6 +14,8 @@
using namespace boost::placeholders;
//
int f( int a, int b, int c )
{
return a + 10 * b + 100 * c;