=all #3837 Make akkaScalaNightly compile on scala 2.11.0-M8
This commit is contained in:
parent
85698688e4
commit
179faba453
82 changed files with 651 additions and 643 deletions
|
|
@ -47,7 +47,7 @@ class RemoteDeploymentDocSpec extends AkkaSpec("""
|
|||
val one = AddressFromURIString("akka.tcp://sys@host:1234")
|
||||
val two = Address("akka.tcp", "sys", "host", 1234) // this gives the same
|
||||
//#make-address
|
||||
one should equal(two)
|
||||
one should be(two)
|
||||
}
|
||||
|
||||
"demonstrate sampleActor" in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue