We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df3839f commit 4725b46Copy full SHA for 4725b46
1 file changed
test/ranges_zip.cpp
@@ -29,7 +29,7 @@ auto main() -> int { // NOLINT(bugprone-exception-escape)
29
auto [e1, e2] = zp[3];
30
31
BOOST_TEST( e1 == 5 );
32
- BOOST_TEST( e1 == 6 );
+ BOOST_TEST( e2 == 6 );
33
}
34
{
35
multi::array<int, 1> arr1({10}, 5);
@@ -43,7 +43,7 @@ auto main() -> int { // NOLINT(bugprone-exception-escape)
43
44
45
46
47
48
49
@@ -54,7 +54,7 @@ auto main() -> int { // NOLINT(bugprone-exception-escape)
54
55
56
57
- BOOST_TEST( e1 == 7 );
58
59
#endif
60
0 commit comments