File tree Expand file tree Collapse file tree 4 files changed +1
-7
lines changed
effekt/jvm/src/test/scala/effekt Expand file tree Collapse file tree 4 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ abstract class ChezSchemeTests extends EffektTests {
21
21
22
22
examplesDir / " llvm" ,
23
23
24
- examplesDir / " casestudies" / " smc.effekt.md" ,
25
-
26
24
// bidirectional effects are not yet supported in our Chez backend
27
25
examplesDir / " pos" / " maps.effekt" ,
28
26
examplesDir / " pos" / " bidirectional" ,
Original file line number Diff line number Diff line change @@ -29,9 +29,7 @@ trait EffektTests extends munit.FunSuite {
29
29
def examplesDir = new File (" examples" )
30
30
31
31
// Test files which are to be ignored (since features are missing or known bugs exist)
32
- def ignored : Set [File ] = Set (
33
- examplesDir / " casestudies" / " smc.effekt.md"
34
- )
32
+ def ignored : Set [File ] = Set ()
35
33
36
34
// Folders to discover and run tests in
37
35
def positives : Set [File ] = Set ()
Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ class JavaScriptTests extends EffektTests {
37
37
override def ignored : Set [File ] = super .ignored ++ Set (
38
38
// unsafe cont
39
39
examplesDir / " pos" / " propagators.effekt" ,
40
-
41
- examplesDir / " casestudies" / " smc.effekt.md"
42
40
)
43
41
}
44
42
File renamed without changes.
You can’t perform that action at this time.
0 commit comments