Skip to content

Commit de688e9

Browse files
committed
Removed more references to the multi output
1 parent f6c414b commit de688e9

File tree

2 files changed

+0
-83
lines changed

2 files changed

+0
-83
lines changed

docs/multi.md

Lines changed: 0 additions & 75 deletions
This file was deleted.

tests/common-options.hpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,6 @@ class opt_t
5858
return *this;
5959
}
6060

61-
opt_t &multi(char const *style)
62-
{
63-
m_opt.output_backend = "multi";
64-
m_opt.style = TESTDATA_DIR;
65-
m_opt.style += style;
66-
return *this;
67-
}
68-
6961
opt_t &flex(char const *style)
7062
{
7163
m_opt.output_backend = "flex";

0 commit comments

Comments
 (0)