mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
11 lines
329 B
Plaintext
11 lines
329 B
Plaintext
main.nim
|
|
> c --verbosity:0 --hints:on
|
|
SuccessX
|
|
# The "Processing" string will be found always in proc mode since each
|
|
# compilation command will generate it. We need to test it only in Caas mode to
|
|
# verify the server is not recompiling again the file.
|
|
CaasRun > c --verbosity:0 --hints:on
|
|
CaasRun ! Processing
|
|
CaasRun SuccessX
|
|
|