aboutsummaryrefslogtreecommitdiff
path: root/test/cljcc/cljcc_test.clj
diff options
context:
space:
mode:
authorYour Name <agrawalshagun07@gmail.com>2025-03-16 18:10:30 +0530
committerYour Name <agrawalshagun07@gmail.com>2025-03-16 18:10:30 +0530
commit18ae507a42c1e45b6e552fe95c675d1e4db58737 (patch)
treeb639931be792de24fd2570a08ad6bcf79042b159 /test/cljcc/cljcc_test.clj
parent32499638cef3c49ff686b19b5708d6b08712c526 (diff)
Update readme, remove unused files
Diffstat (limited to 'test/cljcc/cljcc_test.clj')
-rw-r--r--test/cljcc/cljcc_test.clj7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/cljcc/cljcc_test.clj b/test/cljcc/cljcc_test.clj
deleted file mode 100644
index e0add38..0000000
--- a/test/cljcc/cljcc_test.clj
+++ /dev/null
@@ -1,7 +0,0 @@
-(ns cljcc.cljcc-test
- (:require [clojure.test :refer :all]
- [cljcc.cljcc :refer :all]))
-
-(deftest a-test
- (testing "FIXME, I fail."
- (is (= 1 1))))