Skip to content

Commit 8bf3a59

Browse files
committed
cannot use ns because ns will emit goog.provide - update test code to use ns* which works
1 parent 98800e5 commit 8bf3a59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
(ns cljs-3276.macros)
22

33
(defmacro macro-that-requires []
4-
'(ns test.foo
5-
(:require cljs-3276.foo)))
4+
'(ns* (:require 'cljs-3276.foo)))

0 commit comments

Comments
 (0)