Skip to content

Commit bd00c20

Browse files
committed
Fix nim-lang#12182 - disable tconsole on FreeBSD
1 parent 57112e2 commit bd00c20

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/js/tconsole.nim

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ discard """
22
output: '''Hello, console
33
1 2 3
44
1 'hi' 1.1'''
5+
disabled: "freebsd"
56
"""
67

78
# This file tests the JavaScript console

tests/niminaction/Chapter8/sfml/sfml_test.nim

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
discard """
22
action: compile
33
disabled: "windows"
4+
disabled: "freebsd"
45
"""
56

67
import sfml, os

0 commit comments

Comments
 (0)