Skip to content

Commit e5ef981

Browse files
authored
Remove unneeded options
1 parent 1e2e018 commit e5ef981

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ int main(int argc, char** argv) {
1515
// Set options to show more detailed test output
1616
context.setOption("success", true);
1717
context.setOption("report-failures", true);
18-
context.setOption("no-skip", true);
19-
context.setOption("force-colors", true);
2018

2119
context.applyCommandLine(argc, argv);
2220

0 commit comments

Comments
 (0)