aboutsummaryrefslogtreecommitdiff
path: root/test/test/AsmConverters.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/test/AsmConverters.scala')
-rw-r--r--test/test/AsmConverters.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test/AsmConverters.scala b/test/test/AsmConverters.scala
index a870b8fe7..5734e8660 100644
--- a/test/test/AsmConverters.scala
+++ b/test/test/AsmConverters.scala
@@ -5,7 +5,7 @@ import asm._
import asm.tree._
import scala.collection.JavaConverters._
-/** Makes using ASM from ByteCodeTests more convenient.
+/** Makes using ASM from tests more convenient.
*
* Wraps ASM instructions in case classes so that equals and toString work
* for the purpose of bytecode diffing and pretty printing.