Skip to content

Commit

Permalink
replace FIXME test with a real one
Browse files Browse the repository at this point in the history
  • Loading branch information
FRosner committed Nov 25, 2017
1 parent 53f81d1 commit 48d7803
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/test/scala/stdlib/TraversablesSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -441,15 +441,14 @@ class TraversablesSpec extends Spec with Checkers {
)
}

// FIXME: this test depends on runtime timing of code
// def `performant traversals` = {
// check(
// Test.testSuccess(
// Traversables.performantTraversables _,
// false :: HNil
// )
// )
// }
def `reduceRight as reduceLeft` = {
check(
Test.testSuccess(
Traversables.reduceRightAsReduceLeft _,
3 :: 3 :: 3 :: HNil
)
)
}

def `transpose function` = {
check(
Expand Down

0 comments on commit 48d7803

Please sign in to comment.