diff options
author | Araq <rumpf_a@web.de> | 2011-06-13 20:57:49 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-13 20:57:49 +0200 |
commit | ca637c019c13f552d0f44a18d3f3afe4b8a88832 (patch) | |
tree | 88e18e90a71c96b13162a45a844a901ca624c7b1 /tests/reject | |
parent | 9f9f0f08187ebd5e83075960be7f24b087f5c6c4 (diff) | |
download | Nim-ca637c019c13f552d0f44a18d3f3afe4b8a88832.tar.gz |
further improvements for thread analysis
Diffstat (limited to 'tests/reject')
-rw-r--r-- | tests/reject/tthreadanalysis2.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/reject/tthreadanalysis2.nim b/tests/reject/tthreadanalysis2.nim index 50550bd65..456dba6b2 100644 --- a/tests/reject/tthreadanalysis2.nim +++ b/tests/reject/tthreadanalysis2.nim @@ -1,7 +1,8 @@ discard """ file: "tthreadanalysis2.nim" - line: 44 + line: 45 errormsg: "possible inconsistency of thread local heaps" + cmd: "nimrod cc --hints:on --threads:on $# $#" """ import os |