summaryrefslogtreecommitdiff
path: root/test/files/run/t5880.scala
diff options
context:
space:
mode:
authorJosh Suereth <Joshua.Suereth@gmail.com>2012-06-07 12:46:07 -0700
committerJosh Suereth <Joshua.Suereth@gmail.com>2012-06-07 12:46:07 -0700
commitd6a57968921b3c158d2414f8913be89d98beb541 (patch)
tree10c37868453bfdc24d6a699e094aa9c6f0b61a6e /test/files/run/t5880.scala
parent961092b95659f9127f8a077d0060c701b4714240 (diff)
parent881641f83461b5fc23ab25d1efa08b7a760a3363 (diff)
downloadscala-d6a57968921b3c158d2414f8913be89d98beb541.tar.gz
scala-d6a57968921b3c158d2414f8913be89d98beb541.tar.bz2
scala-d6a57968921b3c158d2414f8913be89d98beb541.zip
Merge pull request #677 from axel22/feature/util-hashing2
Add the first iteration of the `util.hashing` package.
Diffstat (limited to 'test/files/run/t5880.scala')
-rw-r--r--test/files/run/t5880.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5880.scala b/test/files/run/t5880.scala
index 08cd0d6bf8..4cda599f79 100644
--- a/test/files/run/t5880.scala
+++ b/test/files/run/t5880.scala
@@ -35,7 +35,7 @@ object Test {
}
// println(hits.toBuffer)
// println(ChiSquare)
- assert(ChiSquare < 2.0)
+ assert(ChiSquare < 4.0, ChiSquare + " -> " + hits.mkString(", "))
}
}