Skip to content

Commit

Permalink
Fix nim-lang#12182 - disable tconsole on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
euantorano committed Sep 12, 2019
1 parent 57112e2 commit bd00c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/js/tconsole.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ discard """
output: '''Hello, console
1 2 3
1 'hi' 1.1'''
disabled: "freebsd"
"""

# This file tests the JavaScript console
Expand Down
1 change: 1 addition & 0 deletions tests/niminaction/Chapter8/sfml/sfml_test.nim
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
discard """
action: compile
disabled: "windows"
disabled: "freebsd"
"""

import sfml, os
Expand Down

0 comments on commit bd00c20

Please sign in to comment.