From ee0a2e7e1965200ec5968ec310bee429db819dde Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sun, 3 Sep 2023 22:20:31 +0200 Subject: Remove const --- source/tests/cpp.cpp | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 source/tests/cpp.cpp (limited to 'source/tests/cpp.cpp') diff --git a/source/tests/cpp.cpp b/source/tests/cpp.cpp deleted file mode 100644 index 8b762e4..0000000 --- a/source/tests/cpp.cpp +++ /dev/null @@ -1,13 +0,0 @@ -#include "../kit_test/test.h" - -TEST("foo") { - REQUIRE(20 + 22 == 42); -} - -TEST("bar") { - REQUIRE(true); -} - -int main(int argc, char **argv) { - return run_tests(argc, argv); -} -- cgit v1.2.3