mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 23:41:29 +00:00
fix failing tests
This commit is contained in:
@@ -33,5 +33,5 @@ const
|
||||
"C": action3,
|
||||
"D": action4}.toTable
|
||||
|
||||
# actionTable1["C"]("arg")
|
||||
actionTable1["C"]("arg")
|
||||
actionTable2["C"]("arg")
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
discard """
|
||||
output: '''ob2 @[]
|
||||
ob @[]
|
||||
output: '''ob @[]
|
||||
ob3 @[]
|
||||
3
|
||||
ob2 @[]
|
||||
3
|
||||
ob @[]
|
||||
ob3 @[]
|
||||
ob2 @[]
|
||||
'''
|
||||
cmd: "nim c -r --threads:on $file"
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user