mirror of
https://github.com/boostorg/multi_array.git
synced 2025-05-12 13:51:36 +00:00
fix argv for Boost.Test
[SVN r14978]
This commit is contained in:
parent
493db961b8
commit
8de13edb10
@ -200,7 +200,7 @@ void access(Array& A, const const_array_tag&) {
|
|||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
test_main(int, char**)
|
test_main(int, char*[])
|
||||||
{
|
{
|
||||||
return run_generative_tests();
|
return run_generative_tests();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user