summary refs log tree commit diff stats
path: root/tests/parallel/nim.cfg
blob: d0d2a93052091abfeccb466cf9165a43905f8e50 (plain) (blame)
1
2
threads:on
--experimental
>discard """ errormsg: "expected: ':', but got: 'echo'" file: "tinvcolonlocation1.nim" line: 8 column: 7 """ try #<- missing ':' echo "try" except: echo "except" finally: echo "finally"