Skip to content

Commit 45e755f

Browse files
committed
Fixed error in AnyPropSpecLike when built with Scala 2.10.7.
1 parent 0759d99 commit 45e755f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalatest/src/main/scala/org/scalatest/propspec/AnyPropSpecLike.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
package org.scalatest.propspec
1717

18-
import org.scalactic._
18+
import org.scalactic.{Resources => _, _}
1919
import org.scalatest._
2020
import Suite.autoTagClassAnnotations
2121

0 commit comments

Comments
 (0)