diff options
author | flywind <xzsflywind@gmail.com> | 2021-04-25 01:33:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 18:33:29 +0100 |
commit | 6e8f0f8cfcd6d617074be9868027e39daaeba103 (patch) | |
tree | 3f95c417bbf5ff9b0bab17fe8f3784860f7fba4c /tests | |
parent | b667e288e27a09ce4f65166fc66a6b713350a9b6 (diff) | |
download | Nim-6e8f0f8cfcd6d617074be9868027e39daaeba103.tar.gz |
add colon (#17834)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/parallel/t7535.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parallel/t7535.nim b/tests/parallel/t7535.nim index a6bc0dabe..052dcdc3a 100644 --- a/tests/parallel/t7535.nim +++ b/tests/parallel/t7535.nim @@ -1,6 +1,6 @@ discard """ matrix: "--threads:on" - errormsg: "'spawn' takes a call expression; got proc (x: uint32) = echo [x]" + errormsg: "'spawn' takes a call expression; got: proc (x: uint32) = echo [x]" """ import threadpool |