mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 18:03:36 +00:00
tests/hard_coded/runtime_opt.exp2:
Alternative expected output for where stdout and stderr are
interleaved differently.
tests/hard_coded/runtime_opt.m:
Document what the expected outputs are for.
16 lines
601 B
Plaintext
16 lines
601 B
Plaintext
Option `--nondetstack-size-kwords=256 --small-nondetstack-size-kwords=256':
|
|
Hello world (with non-standard options).
|
|
|
|
Option `--nondet-stack-size-kwords=256 --small-nondet-stack-size-kwords=256':
|
|
Hello world (with non-standard options).
|
|
|
|
Option `--detstack-size=128 --small-detstack-size=128':
|
|
Hello world (with non-standard options).
|
|
|
|
Option `--this-is-not-a-real-option':
|
|
The MERCURY_OPTIONS environment variable contains an invalid option.
|
|
Please refer to the Environment Variables section of the Mercury
|
|
User's Guide for details.
|
|
mercury_runtime: unrecognized option: `this-is-not-a-real-option'
|
|
|