summaryrefslogtreecommitdiff
path: root/src/partest-extras/scala/tools/partest/BytecodeTest.scala
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2014-09-11 10:22:37 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2014-09-11 10:24:14 +0200
commit9132efa4a8511e267c808c95df4d2e3de68277e6 (patch)
tree1b3bd243bcb19ed41609e67ce0f6d94ee2704a78 /src/partest-extras/scala/tools/partest/BytecodeTest.scala
parent59070cc385560b48267cbc77e872027dd8304c05 (diff)
downloadscala-9132efa4a8511e267c808c95df4d2e3de68277e6.tar.gz
scala-9132efa4a8511e267c808c95df4d2e3de68277e6.tar.bz2
scala-9132efa4a8511e267c808c95df4d2e3de68277e6.zip
Address review feedback.
Diffstat (limited to 'src/partest-extras/scala/tools/partest/BytecodeTest.scala')
-rw-r--r--src/partest-extras/scala/tools/partest/BytecodeTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partest-extras/scala/tools/partest/BytecodeTest.scala b/src/partest-extras/scala/tools/partest/BytecodeTest.scala
index c6fa279c50..3261cada37 100644
--- a/src/partest-extras/scala/tools/partest/BytecodeTest.scala
+++ b/src/partest-extras/scala/tools/partest/BytecodeTest.scala
@@ -84,7 +84,7 @@ abstract class BytecodeTest {
/**
* Compare the bytecodes of two methods.
*
- * The for the `similar` function, you probably want to pass [[ASMConverters.equivalentBytecode]].
+ * For the `similar` function, you probably want to pass [[ASMConverters.equivalentBytecode]].
*/
def similarBytecode(methA: MethodNode, methB: MethodNode, similar: (List[Instruction], List[Instruction]) => Boolean) = {
val isa = instructionsFromMethod(methA)