2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-01-30 20:12:24 +00:00

fixed tests for msvc-9.0

[SVN r68923]
This commit is contained in:
Thomas Heller
2011-02-15 19:35:34 +00:00
parent 44510a9032
commit 10b2797ce7
5 changed files with 18 additions and 15 deletions

View File

@@ -130,7 +130,7 @@ main()
BOOST_TEST(add(arg1, arg1, arg1, arg1)(i5) == (5+5+5+5));
// testing composition
BOOST_TEST(add(arg1, arg1, arg1, power(arg1, 2))(i5) == (5+5+5+25));
BOOST_TEST(add(arg1, arg1, arg1, power(arg1, 2))(d5) == (5+5+5+25));
int const ic5 = 5;
// testing consts