summaryrefslogtreecommitdiff
path: root/test/instrumented/boxes.patch
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-04-23 17:51:28 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-04-23 17:54:19 +0200
commit2b09d8caf5497c4e016a3e1179e5f7e842766176 (patch)
tree27c872f82fb8290b8cba6fa626ecd0b0dd627229 /test/instrumented/boxes.patch
parent14df5d74b58505e082d6f7c0e42b51249d35eec4 (diff)
downloadscala-2b09d8caf5497c4e016a3e1179e5f7e842766176.tar.gz
scala-2b09d8caf5497c4e016a3e1179e5f7e842766176.tar.bz2
scala-2b09d8caf5497c4e016a3e1179e5f7e842766176.zip
rethinks tags
* introduces ArrayTag and ErasureTag * all type tags now feature erasure
Diffstat (limited to 'test/instrumented/boxes.patch')
-rw-r--r--test/instrumented/boxes.patch40
1 files changed, 20 insertions, 20 deletions
diff --git a/test/instrumented/boxes.patch b/test/instrumented/boxes.patch
index 11c5b37aa8..6c5ff23f9f 100644
--- a/test/instrumented/boxes.patch
+++ b/test/instrumented/boxes.patch
@@ -1,7 +1,8 @@
-9a10,11
+9c9
+<
+---
> /* INSTRUMENTED VERSION */
->
-50a53,61
+51a52,59
> public static int booleanBoxCount = 0;
> public static int characterBoxCount = 0;
> public static int byteBoxCount = 0;
@@ -10,20 +11,19 @@
> public static int longBoxCount = 0;
> public static int floatBoxCount = 0;
> public static int doubleBoxCount = 0;
->
-51a63
-> booleanBoxCount++;
-55a68
-> characterBoxCount++;
-59a73
-> byteBoxCount++;
-63a78
-> shortBoxCount++;
-67a83
-> integerBoxCount++;
-71a88
-> longBoxCount++;
-75a93
-> floatBoxCount++;
-79a98
-> doubleBoxCount++;
+53a62
+> booleanBoxCount += 1;
+57a67
+> characterBoxCount += 1;
+61a72
+> byteBoxCount += 1;
+65a77
+> shortBoxCount += 1;
+69a82
+> integerBoxCount += 1;
+73a87
+> longBoxCount += 1;
+77a92
+> floatBoxCount += 1;
+83a99
+> doubleBoxCount += 1;