summaryrefslogtreecommitdiff
path: root/test/files/specialized/spec-patmatch.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/specialized/spec-patmatch.scala')
-rw-r--r--test/files/specialized/spec-patmatch.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/specialized/spec-patmatch.scala b/test/files/specialized/spec-patmatch.scala
index 979d143fe2..909629455d 100644
--- a/test/files/specialized/spec-patmatch.scala
+++ b/test/files/specialized/spec-patmatch.scala
@@ -46,7 +46,7 @@ object Test {
(new Foo).test(42.0)
(new Foo).test(42.0f)
(new Foo).test(new Object)
-
+
println(runtime.BoxesRunTime.integerBoxCount)
}