Files
mercury/tests/hard_coded/runtime_opt.exp
Peter Wang 5574b7aa36 Update this test case. It would report an error message when the
Estimated hours taken: 0.1
Branches: main

tests/hard_coded/Mmakefile:
tests/hard_coded/runtime_opt.exp:
tests/hard_coded/runtime_opt.inp:
	Update this test case.  It would report an error message when the
	chosen --detstack-size was less than the default --small-detstack-size.
2006-10-04 23:59:46 +00:00

16 lines
602 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':
mercury_runtime: unrecognized 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.