Skip to content

Commit

Permalink
Add previously unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsnew committed Jul 18, 2014
1 parent b360c50 commit 8a80a48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ElmTest/Runner/String.elm
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ module ElmTest.Runner.String (runDisplay, run) where
-}

import String

import ElmTest.Run as Run
import ElmTest.Test (..)

Expand Down

3 comments on commit 8a80a48

@deadfoxygrandpa
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I had just run into this issue as well.

@maxsnew
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm about to send a pr to the Elm repo for this and the IO release.

@deadfoxygrandpa
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good.

Please sign in to comment.