Skip to content

Commit

Permalink
Replace Scala.js wit Scala Native
Browse files Browse the repository at this point in the history
  • Loading branch information
Duhemm committed Jun 14, 2017
1 parent 82c6682 commit dd11828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utest/native/PlatformShims.scala
Expand Up @@ -12,7 +12,7 @@ object PlatformShims {
f.value match {
case Some(v) => v.get
case None => throw new IllegalStateException(
"Test that returns Future must be run asynchronously in Scala.js, see TestTreeSeq::runAsync"
"Test that returns Future must be run asynchronously in Scala Native, see TestTreeSeq::runAsync"
)
}
}
Expand Down

0 comments on commit dd11828

Please sign in to comment.