We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b389919 commit 917ea85Copy full SHA for 917ea85
tests/test-konieczny-bmat8-3.cpp
@@ -244,7 +244,7 @@ namespace libsemigroups {
244
"028",
245
"copy constructors",
246
"[quick][bmat8]") {
247
- auto rg = ReportGuard(REPORT);
+ auto rg = ReportGuard(false);
248
std::vector<BMat8> const gens
249
= {BMat8({{0, 1, 0, 0}, {1, 0, 0, 1}, {1, 0, 0, 1}, {0, 1, 1, 0}}),
250
BMat8({{0, 1, 0, 1}, {0, 1, 1, 1}, {0, 0, 1, 0}, {1, 1, 1, 1}}),
@@ -285,7 +285,7 @@ namespace libsemigroups {
285
"029",
286
"move constructors",
287
288
289
290
291
tests/test-konieczny-transf.cpp
@@ -349,7 +349,7 @@ namespace libsemigroups {
349
"047",
350
"exceptions: keep object valid after refusing to run",
351
"[quick][transf][no-valgrind]") {
352
353
using Transf = LeastTransf<5>;
354
355
Konieczny<Transf> S;
0 commit comments