make tests green again

This commit is contained in:
Andreas Rumpf
2018-07-06 17:26:45 +02:00
parent 20950ee073
commit 32230ffe31
2 changed files with 2 additions and 2 deletions

View File

@@ -5160,7 +5160,7 @@ template cannot be accessed in the instantiation context:
# so this works:
let e = "message"
raise newException(EIO, e)
raise newException(IoError, e)
Whether a symbol that is declared in a template is exposed to the instantiation

View File

@@ -1,5 +1,5 @@
discard """
file: "tmemfiles2.nim"
disabled: "Windows"
output: '''Full read size: 20
Half read size: 10 Data: Hello'''
"""