diff options
author | Araq <rumpf_a@web.de> | 2013-06-12 00:41:02 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-06-12 00:41:02 +0200 |
commit | 009730595303d6da2911fb16004b51388628f0cc (patch) | |
tree | 0c2ddf8bf157b5a6b131d5da084af78e0fe2f344 /tests/reject/tcheckedfield1.nim | |
parent | 38faa64b1270c22587b42095a4a28cba485e913a (diff) | |
download | Nim-009730595303d6da2911fb16004b51388628f0cc.tar.gz |
bugfixes for the guarded data flow analysis
Diffstat (limited to 'tests/reject/tcheckedfield1.nim')
-rw-r--r-- | tests/reject/tcheckedfield1.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/reject/tcheckedfield1.nim b/tests/reject/tcheckedfield1.nim index f74a8b76d..5ade3a13a 100644 --- a/tests/reject/tcheckedfield1.nim +++ b/tests/reject/tcheckedfield1.nim @@ -1,6 +1,6 @@ discard """ - errormsg: "cannot prove that field 's' is accessible" - line:54 + errormsg: "cannot prove that field 'x.s' is accessible" + line:51 """ import strutils |