mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
* remove unnecessary when statement * remove outdated codes * reuse jsffi * move js json coverage * fix #17267 * address comments * Update compiler/main.nim * Update tests/threads/tjsthreads.nim
7 lines
70 B
Nim
7 lines
70 B
Nim
discard """
|
|
targets: "c cpp js"
|
|
matrix: "--threads"
|
|
"""
|
|
|
|
echo 123
|