Restore buildbot status

This commit is contained in:
IlyaShurupov 2024-03-22 17:16:24 +03:00 committed by Ilya Shurupov
parent f10f04bac2
commit 9054ed9f4a
11 changed files with 53 additions and 49 deletions

View file

@ -39,8 +39,6 @@ SUITE(Math) {
CHECK((tmp1 - tmp2).mod() < 0.001);
}
}
TEST(NO_TESTS) { CHECK(false); }
}
int main() {