This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
clojure-template-benchmarks/test/clojure_template_benchmarks/core_test.clj
2013-01-29 23:25:33 -08:00

9 lines
171 B
Clojure

(ns clojure-template-benchmarks.core-test
(:use clojure.test
clojure-template-benchmarks.core))
(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))