Skip to content

Commit e5dfa85

Browse files
author
Guannan Wei
committed
missing a test
1 parent 1b69018 commit e5dfa85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/scala/genwasym/TestFx.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import collection.mutable.ArrayBuffer
1414
import java.io.{ByteArrayOutputStream, StringReader}
1515
import org.scalatest.FunSuite
1616

17-
class TestFx extends FunSuite {
17+
class TestFX extends FunSuite {
1818
abstract class ExpResult
1919
case class ExpInt(i: Int) extends ExpResult
2020
case class ExpStack(stack: List[Value]) extends ExpResult

0 commit comments

Comments
 (0)