diff options
Diffstat (limited to 'tests/cpp/tthread_createthread.nim')
-rw-r--r-- | tests/cpp/tthread_createthread.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cpp/tthread_createthread.nim b/tests/cpp/tthread_createthread.nim index 0dc081268..2c239005f 100644 --- a/tests/cpp/tthread_createthread.nim +++ b/tests/cpp/tthread_createthread.nim @@ -11,4 +11,4 @@ proc main() = thread.createThread(threadMain, 0) thread.joinThreads() -main() \ No newline at end of file +main() |