diff options
author | Euan <euantorano@users.noreply.github.com> | 2020-06-16 10:44:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-16 11:44:28 +0200 |
commit | 1bc2e19498a718276496263b574a66bb2ee84f56 (patch) | |
tree | df0f0a11f4c28adf1d69862a090737e5e44e2c40 /tests/niminaction/Chapter8 | |
parent | dfe51d10a1f204d0c3ab1a8be1e109029cc54f9b (diff) | |
download | Nim-1bc2e19498a718276496263b574a66bb2ee84f56.tar.gz |
Set cincludes and clibdir for FreeBSD, OpenBSD and NetBSD. (#14680)
Diffstat (limited to 'tests/niminaction/Chapter8')
-rw-r--r-- | tests/niminaction/Chapter8/sfml/sfml_test.nim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/niminaction/Chapter8/sfml/sfml_test.nim b/tests/niminaction/Chapter8/sfml/sfml_test.nim index cdd5be776..e71060cb4 100644 --- a/tests/niminaction/Chapter8/sfml/sfml_test.nim +++ b/tests/niminaction/Chapter8/sfml/sfml_test.nim @@ -1,9 +1,6 @@ discard """ action: compile disabled: "windows" -disabled: "freebsd" -disabled: "openbsd" -disabled: "netbsd" """ import sfml, os |