Commit ef481b5 1 parent 7d9f0d1 commit ef481b5 Copy full SHA for ef481b5
File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,17 @@ project probably
33
33
include chiaroscuro/core
34
34
include ambience/core
35
35
36
+ module cli
37
+ compiler scala
38
+ sources src/cli
39
+ include probably/core
40
+ include escritoire/core
41
+
42
+ module bench
43
+ compiler scala
44
+ sources src/bench
45
+ include probably/core
46
+
36
47
##
37
48
38
49
code=H4sIAAAAAAAAA1WQzW6CUBCF9zzF5IagpuFH8KINwU1t04XGB5Au4P4IkQsUvdUmrPpEfbI+QwdITLubmZM558vhMTFf97tn12Epy4Urdf\
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import digression.*
29
29
import language .adhocExtensions
30
30
31
31
abstract class Suite (suiteName : Text ) extends TestSuite (suiteName):
32
- val suiteIo = safely(stdioSources.virtualMachine).vouch(using Unsafe )
32
+ val suiteIo = safely(stdioSources.virtualMachine.ansi ).vouch(using Unsafe )
33
33
34
34
given runner : Runner [TestReport ] =
35
35
given Stdio = suiteIo
You can’t perform that action at this time.
0 commit comments