Skip to content

Commit

Permalink
test case fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scwf committed Sep 26, 2016
1 parent 9a334df commit 5e2ee76
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/src/test/scala/org/apache/spark/rdd/RDDSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ class RDDSuite extends SparkFunSuite with SharedSparkContext {
val nums = sc.makeRDD(Array(1), 1)
val b = nums.broadcast()
assert(b.value == 1)

val nums1 = sc.makeRDD(Array(1), 1)
val b1 = nums.broadcast()

sc.stop()
}

test("basic operations") {
Expand Down

0 comments on commit 5e2ee76

Please sign in to comment.