Jason Rhinelander f7bc18f528 Fix compatibility with catch v2
Catch v2 changed the `run(...)` signature to take a `char *argv[]`,
arguing partly that technically a `char *argv[]` type is the correct
`main()` signature rather than `const char *argv[]`.

Dropping the `const` here doesn't appear to cause any problems with
catch v1 (tested against both the cmake-downloaded 1.9.3 and Debian's
1.12.1 package) so we can follow suit.
2018-07-19 16:12:39 -03:00
..
2017-01-31 17:05:44 +01:00
2018-02-27 22:46:56 -04:00
2018-01-11 16:39:50 -04:00
2018-01-11 16:39:50 -04:00
2017-11-01 22:48:36 -03:00