summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-11-22 09:30:49 +0100
committerAraq <rumpf_a@web.de>2018-11-23 11:58:32 +0100
commit0c0f9ba974b3171c77e618882ac2a2681e0cedd7 (patch)
tree68dda644c73d431a429d4504b7a5d35c9cb44771
parent1f7dcb874d3c2a64b55f3039d6a1ff075705584d (diff)
downloadNim-0c0f9ba974b3171c77e618882ac2a2681e0cedd7.tar.gz
Windows: disabled tests
-rw-r--r--testament/tester.nim2
-rw-r--r--tests/stdlib/tstreams.nim1
2 files changed, 2 insertions, 1 deletions
diff --git a/testament/tester.nim b/testament/tester.nim
index 771fa3aa7..d8b3fcfcc 100644
--- a/testament/tester.nim
+++ b/testament/tester.nim
@@ -74,7 +74,7 @@ proc getFileDir(filename: string): string =
   if not result.isAbsolute():
     result = getCurrentDir() / result
 
-proc execCmdEx2*(command: string, args: openarray[string], options: set[ProcessOption], input: string): tuple[
+proc execCmdEx2(command: string, args: openarray[string], options: set[ProcessOption], input: string): tuple[
                 output: TaintedString,
                 exitCode: int] {.tags:
                 [ExecIOEffect, ReadIOEffect, RootEffect], gcsafe.} =
diff --git a/tests/stdlib/tstreams.nim b/tests/stdlib/tstreams.nim
index 8a11a89f2..559824d85 100644
--- a/tests/stdlib/tstreams.nim
+++ b/tests/stdlib/tstreams.nim
@@ -7,6 +7,7 @@ fs is: nil
 
 threw exception
 '''
+disabled: "windows"
 """