summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
Diffstat (limited to 'testament')
-rw-r--r--testament/important_packages.nim6
1 files changed, 3 insertions, 3 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index 3a51a298b..b5fd26776 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -24,9 +24,9 @@ pkg1 "c2nim", "nim c testsuite/tester.nim"
 pkg1 "cascade"
 pkg1 "cello"
 pkg1 "chroma"
-# pkg1 "chronicles", "nim c -o:chr -r chronicles.nim"
-# when not defined(osx): # testdatagram.nim(560, 54): Check failed
-#   pkg1 "chronos", "nim c -r -d:release tests/testall"
+pkg1 "chronicles", "nim c -o:chr -r chronicles.nim"
+when not defined(osx): # testdatagram.nim(560, 54): Check failed
+  pkg1 "chronos", "nim c -r -d:release tests/testall"
 pkg1 "cligen", "nim c --path:. -r cligen.nim"
 pkg1 "combparser", "nimble test --gc:orc"
 pkg1 "compactdict"
div>
0b4d5e45b ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41