mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
make travis green
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user