Skip to content
Snippets Groups Projects
Commit d29ee368 authored by Dmitriy Lyubimov's avatar Dmitriy Lyubimov
Browse files

Merge fixes merge commit hasn't picked

parent cb6be5bd
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,8 @@ import scala.collection.mutable ...@@ -22,7 +22,8 @@ import scala.collection.mutable
import org.scalatest.FunSuite import org.scalatest.FunSuite
import com.esotericsoftware.kryo._ import com.esotericsoftware.kryo._
import spark.test._ import KryoTest._
class KryoSerializerSuite extends FunSuite with SharedSparkContext { class KryoSerializerSuite extends FunSuite with SharedSparkContext {
test("basic types") { test("basic types") {
val ser = (new KryoSerializer).newInstance() val ser = (new KryoSerializer).newInstance()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment