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 Nov 29, 2019
1 parent 089eff4 commit 04bfa36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/js/tconsole.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ 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 04bfa36

Please sign in to comment.