diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-10-02 23:25:21 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-10-02 23:25:21 +0200 |
commit | a883005f65a42dc684d390e8d8fe7daf8b343d63 (patch) | |
tree | d84f3f4c9757f016df44f74032cb2af9ecb5ce23 /tests/niminaction/Chapter8 | |
parent | 46171144532de005cf552f9f4aa43599e6996149 (diff) | |
download | Nim-a883005f65a42dc684d390e8d8fe7daf8b343d63.tar.gz |
attempt to make appveyor green again
Diffstat (limited to 'tests/niminaction/Chapter8')
-rw-r--r-- | tests/niminaction/Chapter8/sfml/sfml_test.nim | 4 |
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!") |