summaryrefslogtreecommitdiff
path: root/src/msil
diff options
context:
space:
mode:
authorTiark Rompf <tiark.rompf@epfl.ch>2009-10-21 21:13:58 +0000
committerTiark Rompf <tiark.rompf@epfl.ch>2009-10-21 21:13:58 +0000
commit2816f2e6ce51206b3b5bdb1367203bf688625cb6 (patch)
treeb624f91e8b6789f3cdbe216d7f9068edb6cb469b /src/msil
parentc570e1e7af9762a513f976e4fc5187a6a6efa271 (diff)
downloadscala-2816f2e6ce51206b3b5bdb1367203bf688625cb6.tar.gz
scala-2816f2e6ce51206b3b5bdb1367203bf688625cb6.tar.bz2
scala-2816f2e6ce51206b3b5bdb1367203bf688625cb6.zip
renamed Vector to IndexedSeq
Diffstat (limited to 'src/msil')
-rw-r--r--src/msil/ch/epfl/lamp/compiler/msil/tests/TableDump.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msil/ch/epfl/lamp/compiler/msil/tests/TableDump.java b/src/msil/ch/epfl/lamp/compiler/msil/tests/TableDump.java
index 0687af2f9f..1d3764dff2 100644
--- a/src/msil/ch/epfl/lamp/compiler/msil/tests/TableDump.java
+++ b/src/msil/ch/epfl/lamp/compiler/msil/tests/TableDump.java
@@ -40,7 +40,7 @@ public class TableDump extends PEFile {
out.println("#GUID stream"); GUID.dump(out); out.println();
out.println("#Blob stream"); Blob.dump(out); out.println();
- out.println("Heap Sizes Vector = 0x0" + Integer.toHexString(heapSizes));
+ out.println("Heap Sizes IndexedSeq = 0x0" + Integer.toHexString(heapSizes));
out.println();
for(int i = 0; i < Table.MAX_NUMBER; i++)