make travis green

This commit is contained in:
Araq
2016-12-22 20:46:12 +01:00
parent 9e784523ca
commit 0daca5c463

View File

@@ -1,6 +1,7 @@
discard """
cmd: "nim cpp $file"
output: ''''''
disabled: true
"""
# bug #5140
@@ -25,4 +26,4 @@ proc mkC[X]: C[X] {.importcpp: "C<'*0>()", constructor, nodecl.}
proc foo(): C[int] =
result = mkC[int]()
discard foo()
let gl = foo()