We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad35d5e commit e27d6baCopy full SHA for e27d6ba
tests/dune
@@ -19,6 +19,11 @@
19
(modules test_simple))
20
21
(test
22
- (name test_simple2)
+ (name test_conditional1)
23
(libraries dscheck)
24
- (modules test_simple2))
+ (modules test_conditional1))
25
+
26
+(test
27
+ (name test_conditional2)
28
+ (libraries dscheck)
29
+ (modules test_conditional2))
tests/test_simple2.ml
0 commit comments