Skip to content

Commit

Permalink
Fixes dependent modules
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sin committed Feb 3, 2018
1 parent 6c53f85 commit 03a9f0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/nl/tests_nl_streams.nim
@@ -1,9 +1,9 @@
import sequtils
import unittest

import nutslisppkg.nl.objects
import nutslisppkg.nl.utf8
import nutslisppkg.nl.nl_streams
import nutslisppkg.utf8
import nutslisppkg.nl_objects
import nutslisppkg.nl_streams


proc ch(ch: char): LispCodepoint =
Expand Down

0 comments on commit 03a9f0b

Please sign in to comment.