summary refs log tree commit diff stats
path: root/tests/niminaction/Chapter8
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-10-02 23:25:21 +0200
committerAndreas Rumpf <rumpf_a@web.de>2017-10-02 23:25:21 +0200
commita883005f65a42dc684d390e8d8fe7daf8b343d63 (patch)
treed84f3f4c9757f016df44f74032cb2af9ecb5ce23 /tests/niminaction/Chapter8
parent46171144532de005cf552f9f4aa43599e6996149 (diff)
downloadNim-a883005f65a42dc684d390e8d8fe7daf8b343d63.tar.gz
attempt to make appveyor green again
Diffstat (limited to 'tests/niminaction/Chapter8')
-rw-r--r--tests/niminaction/Chapter8/sfml/sfml_test.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/niminaction/Chapter8/sfml/sfml_test.nim b/tests/niminaction/Chapter8/sfml/sfml_test.nim
index 49a8176e5..7d56d0903 100644
--- a/tests/niminaction/Chapter8/sfml/sfml_test.nim
+++ b/tests/niminaction/Chapter8/sfml/sfml_test.nim
@@ -1,3 +1,7 @@
+discard """
+  disabled: "windows"
+"""
+
 import sfml, os
 var window = newRenderWindow(videoMode(800, 600), "SFML works!")