From a883005f65a42dc684d390e8d8fe7daf8b343d63 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Mon, 2 Oct 2017 23:25:21 +0200 Subject: [PATCH] attempt to make appveyor green again --- tests/niminaction/Chapter8/sfml/sfml_test.nim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/niminaction/Chapter8/sfml/sfml_test.nim b/tests/niminaction/Chapter8/sfml/sfml_test.nim index 49a8176e5e..7d56d09030 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!")