Files
mercury/tests/hard_coded/pure_mutable.exp
Peter Wang d3dc779b89 Add some thread-local mutables to these test cases.
Estimated hours taken: 0
Branches: main

tests/hard_coded/mutable_decl.exp:
tests/hard_coded/mutable_decl.m:
tests/hard_coded/pure_mutable.exp:
tests/hard_coded/pure_mutable.m:
tests/invalid/bad_mutable.err_exp:
tests/invalid/bad_mutable.m:
	Add some thread-local mutables to these test cases.
	(Forgot to commit them earlier.)
2007-01-15 02:24:28 +00:00

6 lines
141 B
Plaintext

Initial value of global = 561
Final value of global = 562
Value of const = 562
Initial value of thrlocal = 563
Final value of thrlocal = 564