Skip to content

Commit

Permalink
Try running 'map' and 'set' tests on Chez and LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
jiribenes committed Dec 13, 2024
1 parent e488a74 commit 12f7061
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions effekt/jvm/src/test/scala/effekt/StdlibTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ abstract class StdlibChezTests extends StdlibTests {
examplesDir / "stdlib" / "stream" / "characters.effekt",
examplesDir / "stdlib" / "stream" / "fuse_newlines.effekt",
examplesDir / "stdlib" / "stream" / "map.effekt",
examplesDir / "stdlib" / "map",
examplesDir / "stdlib" / "set",
)
}
class StdlibChezSchemeMonadicTests extends StdlibChezTests {
Expand Down Expand Up @@ -69,9 +67,5 @@ class StdlibLLVMTests extends StdlibTests {
examplesDir / "stdlib" / "list" / "build.effekt",
examplesDir / "stdlib" / "string" / "strings.effekt",
examplesDir / "stdlib" / "string" / "unicode.effekt",

// Not implemented yet
examplesDir / "stdlib" / "map",
examplesDir / "stdlib" / "set",
)
}

0 comments on commit 12f7061

Please sign in to comment.