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

9 lines
171 B
Clojure
Raw Normal View History

2013-01-30 02:25:33 -05:00
(ns clojure-template-benchmarks.core-test
(:use clojure.test
clojure-template-benchmarks.core))
(deftest a-test
(testing "FIXME, I fail."
(is (= 0 1))))