Skip to content

Commit

Permalink
Remove commented tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinborner committed Aug 11, 2024
1 parent 67d1807 commit 7fd5b2c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions effekt/jvm/src/test/scala/effekt/MLTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,12 @@ class MLTests extends EffektTests {
// Tests with box
examplesDir / "pos" / "capture" / "mbed.effekt",
examplesDir / "pos" / "file.effekt",
// examplesDir / "pos" / "capture" / "optimizing_unbox.effekt",
examplesDir / "pos" / "capture" / "regions.effekt",
examplesDir / "pos" / "capture" / "resources.effekt",
examplesDir / "pos" / "capture" / "selfregion.effekt",
// examplesDir / "pos" / "infer" / "infer_boxed.effekt",
// examplesDir / "pos" / "infer" / "infer_effect_polymorphic.effekt",
examplesDir / "pos" / "issue108.effekt",

// examplesDir / "pos" / "lambdas" / "annotated.effekt",
// examplesDir / "pos" / "lambdas" / "effects.effekt",
examplesDir / "pos" / "lambdas" / "generators.effekt",
// examplesDir / "pos" / "lambdas" / "higherorder.effekt",
// examplesDir / "pos" / "lambdas" / "localstate.effekt",
examplesDir / "pos" / "lambdas" / "simpleclosure.effekt",
examplesDir / "pos" / "lambdas" / "scheduler.effekt",

Expand Down

0 comments on commit 7fd5b2c

Please sign in to comment.