commit | bef26de3f633ff74af4a3647823d4a5ff50b1518 | [log] [tgz] |
---|---|---|
author | onqtam <vik.kirilov@gmail.com> | Mon Apr 03 18:15:58 2017 +0300 |
committer | onqtam <vik.kirilov@gmail.com> | Tue May 16 00:22:17 2017 +0300 |
tree | 4b434c01ab3f019980df60ec431d08feffac4209 | |
parent | 5d109924d2a30773fa43030ed50d42598e2e4d1b [diff] [blame] |
all builds should pass now!
diff --git a/examples/disabled/main.cpp b/examples/disabled/main.cpp index 1ec0723..bcff424 100644 --- a/examples/disabled/main.cpp +++ b/examples/disabled/main.cpp
@@ -26,7 +26,7 @@ // overrides context.setOption("abort-after", 5); // stop test execution after 5 failed assertions - context.setOption("order_by", "name"); // sort the test cases by their name + context.setOption("order-by", "name"); // sort the test cases by their name int res = context.run(); // run