Skip to content

Commit 3a6504a

Browse files
committed
Ref nim-lang#14075 - enable two tests which seem to now be passing locally on FreeBSD.
1 parent 6cfe2e0 commit 3a6504a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/dll/client.nim

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
discard """
22
output: "Done"
3-
disabled: "freebsd"
43
cmd: "nim $target --debuginfo --hints:on --define:useNimRtl $options $file"
54
"""
65

tests/js/tconsole.nim

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ discard """
33
Hello, console
44
1 2 3
55
'''
6-
disabled: "freebsd"
76
"""
87

98
# This file tests the JavaScript console

0 commit comments

Comments
 (0)