Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
cos committed May 20, 2017
1 parent 219b92f commit b498b51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/scala/org/kframework/kale/tests/FooTest.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package org.kframework.kale.tests

import org.kframework.kale._
import org.kframework.kale.builtin.{importINT, Hooks}
import org.kframework.kale.builtin.importINT
import org.kframework.kale.standard.DNFEnvironment
import org.scalatest.FreeSpec

Expand Down
1 change: 0 additions & 1 deletion src/test/scala/org/kframework/kale/tests/TestSetup.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.kframework.kale.tests

import org.kframework.kale._
import org.kframework.kale.builtin.Hooks
import org.kframework.kale.context.pattern.PatternContextApplicationLabel
import org.kframework.kale.standard.{Rewrite => _, _}
import org.kframework.kale.util.Implicits
Expand Down

0 comments on commit b498b51

Please sign in to comment.