From f7c979f865143cb7003bc34193cec1a97eff3b1b Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Tue, 13 Oct 2015 16:21:30 -0700 Subject: [PATCH] try with windows slashes --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 11f6c5854b..2b1eab5d0d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -33,4 +33,4 @@ before_test: test_script: - nim c --taintMode:on tests/testament/tester - - tests/testament/tester --pedantic all + - tests\testament\tester --pedantic all