Skip to content

Commit fb1dd92

Browse files
committed
uncomment out module line in tests
1 parent 084212a commit fb1dd92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/forward.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#module forward_tests
1+
module forward_tests
22
using Diffractor
33
using Diffractor: TaylorBundle, ZeroBundle, ∂☆
44
using ChainRules
@@ -184,4 +184,4 @@ end
184184
)
185185
end
186186

187-
end
187+
end # module

0 commit comments

Comments
 (0)