diff options
Diffstat (limited to 'tests/stdlib')
-rw-r--r-- | tests/stdlib/tsockets.nim | 2 | ||||
-rw-r--r-- | tests/stdlib/tunidecode.nim | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/stdlib/tsockets.nim b/tests/stdlib/tsockets.nim index 2b282c80d..ff566df74 100644 --- a/tests/stdlib/tsockets.nim +++ b/tests/stdlib/tsockets.nim @@ -1,4 +1,4 @@ -import sockets +import sockets, os var s: TSocket s = socket() if s == InvalidSocket: osError(osLastError()) diff --git a/tests/stdlib/tunidecode.nim b/tests/stdlib/tunidecode.nim index cb6589d60..647858825 100644 --- a/tests/stdlib/tunidecode.nim +++ b/tests/stdlib/tunidecode.nim @@ -1,5 +1,5 @@ discard """ - cmd: "nimrod cc --hints:on -d:embedUnidecodeTable $# $#" + cmd: "nimrod $target --hints:on -d:embedUnidecodeTable $options $file" output: "Ausserst" """ |