Restore buildbot status

This commit is contained in:
IlyaShurupov 2024-03-22 17:16:24 +03:00
parent d9618e862e
commit fe908fe0bc
11 changed files with 53 additions and 49 deletions

View file

@ -12,8 +12,4 @@ SUITE(Buffer2D) {
buff.set({ 2, 2 }, 5);
CHECK(buff.get({ 2, 2 }) == 5);
}
TEST(NO_TESTS) {
CHECK(false);
}
}