summaryrefslogtreecommitdiff
path: root/test/files/run/t7852.scala
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-05-09 15:32:56 +0200
committerJason Zaugg <jzaugg@gmail.com>2014-05-09 15:32:56 +0200
commitd4848eaece65313f09ed7a7fd6383cc21ee81988 (patch)
tree5d01f421659b61aabdec27d7b33ae5ab4e609734 /test/files/run/t7852.scala
parent132a0587abf611e6e0b93c95a3b1b118619b849f (diff)
parent7523ed37d5a4eeb2664f9ddf2cad09b70aa81877 (diff)
downloadscala-d4848eaece65313f09ed7a7fd6383cc21ee81988.tar.gz
scala-d4848eaece65313f09ed7a7fd6383cc21ee81988.tar.bz2
scala-d4848eaece65313f09ed7a7fd6383cc21ee81988.zip
Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x
Diffstat (limited to 'test/files/run/t7852.scala')
-rw-r--r--test/files/run/t7852.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t7852.scala b/test/files/run/t7852.scala
index c93db718fd..1679067510 100644
--- a/test/files/run/t7852.scala
+++ b/test/files/run/t7852.scala
@@ -12,7 +12,7 @@ object Test extends BytecodeTest {
val classNode = loadClassNode("Lean")
val methodNode = getMethod(classNode, methodName)
val got = countNullChecks(methodNode.instructions)
- assert(got == expected, s"expected $expected but got $got comparisons")
+ assert(got == expected, s"$methodName: expected $expected but got $got comparisons")
}
test("string", expected = 0)
test("module", expected = 0)