Skip to content

Commit

Permalink
missing a test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraks committed Jan 31, 2025
1 parent 1b69018 commit e5dfa85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/genwasym/TestFx.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import collection.mutable.ArrayBuffer
import java.io.{ByteArrayOutputStream, StringReader}
import org.scalatest.FunSuite

class TestFx extends FunSuite {
class TestFX extends FunSuite {
abstract class ExpResult
case class ExpInt(i: Int) extends ExpResult
case class ExpStack(stack: List[Value]) extends ExpResult
Expand Down

0 comments on commit e5dfa85

Please sign in to comment.