summaryrefslogtreecommitdiff
path: root/test/files/specialized
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/specialized')
-rw-r--r--test/files/specialized/test.scala10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/files/specialized/test.scala b/test/files/specialized/test.scala
new file mode 100644
index 0000000000..54ef28d68a
--- /dev/null
+++ b/test/files/specialized/test.scala
@@ -0,0 +1,10 @@
+
+
+
+object Test {
+
+ def main(args: Array[String]) {
+ assert(runtime.BoxesRunTime.booleanBoxCount == 0)
+ }
+
+}