From 992543a7229e03ea6d60c53dfec07a8c4cc18ee7 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Mon, 2 Mar 2015 13:46:30 -0600 Subject: Various: stepA test fixes/ignores. --- clojure/project.clj | 2 +- clojure/src/stepA_mal.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'clojure') diff --git a/clojure/project.clj b/clojure/project.clj index 3d7ff2e..447d643 100644 --- a/clojure/project.clj +++ b/clojure/project.clj @@ -19,7 +19,7 @@ :step7 {:main step7-quote} :step8 {:main step8-macros} :step9 {:main step9-try} - :stepA {:main stepA-interop}} + :stepA {:main stepA-mal}} :main stepA-more) diff --git a/clojure/src/stepA_mal.clj b/clojure/src/stepA_mal.clj index 6ed9964..ce289b6 100644 --- a/clojure/src/stepA_mal.clj +++ b/clojure/src/stepA_mal.clj @@ -1,4 +1,4 @@ -(ns stepA-interop +(ns stepA-mal (:refer-clojure :exclude [macroexpand]) (:require [clojure.repl] [readline] -- cgit v1.2.3