We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b69018 commit e5dfa85Copy full SHA for e5dfa85
src/test/scala/genwasym/TestFx.scala
@@ -14,7 +14,7 @@ import collection.mutable.ArrayBuffer
14
import java.io.{ByteArrayOutputStream, StringReader}
15
import org.scalatest.FunSuite
16
17
-class TestFx extends FunSuite {
+class TestFX extends FunSuite {
18
abstract class ExpResult
19
case class ExpInt(i: Int) extends ExpResult
20
case class ExpStack(stack: List[Value]) extends ExpResult
0 commit comments