summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2007-06-13 10:37:16 +0000
committermihaylov <mihaylov@epfl.ch>2007-06-13 10:37:16 +0000
commit63d5f0c247513ba84512e25c838d073a62b9c507 (patch)
treed24bcdb0f7fab6c778f4d7c6ccc0368a363d5bcb /test
parent989c80bcade3c559e260de12337441902e551bba (diff)
downloadscala-63d5f0c247513ba84512e25c838d073a62b9c507.tar.gz
scala-63d5f0c247513ba84512e25c838d073a62b9c507.tar.bz2
scala-63d5f0c247513ba84512e25c838d073a62b9c507.zip
in BoxesUtility.unboxTo* cast directly to the e...
in BoxesUtility.unboxTo* cast directly to the expected box class before unboxing
Diffstat (limited to 'test')
-rw-r--r--test/files/run/promotion.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/promotion.scala b/test/files/run/promotion.scala
index 6e000c7f00..9f3be9661c 100644
--- a/test/files/run/promotion.scala
+++ b/test/files/run/promotion.scala
@@ -1,6 +1,6 @@
/** Test that unboxing and promotion (from int to double) work together.
- * Was bug 891.
+ * Was bug 819.
*/
object Test {