summaryrefslogtreecommitdiff
path: root/source/tests/cpp.cpp
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-03 22:20:31 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-03 22:20:31 +0200
commitee0a2e7e1965200ec5968ec310bee429db819dde (patch)
tree8d5632e29233d87a6a14de1165abac7e99bd879a /source/tests/cpp.cpp
parent835e1fcd131c63ee2b3b647e327b33a3bfb369e3 (diff)
downloadkit-ee0a2e7e1965200ec5968ec310bee429db819dde.zip
Remove const
Diffstat (limited to 'source/tests/cpp.cpp')
-rw-r--r--source/tests/cpp.cpp13
1 files changed, 0 insertions, 13 deletions
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);
-}