diff options
author | flywind <xzsflywind@gmail.com> | 2021-04-06 22:20:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 16:20:01 +0200 |
commit | 7bfb9f00022513c2d0f4f93799c07be7e9ffa1e6 (patch) | |
tree | b4bd4353829491d22b0cc6cde0b7d7c6efb7351e /tests/objvariant | |
parent | aa4f18eff0344c4de828c1e22e440c0734113086 (diff) | |
download | Nim-7bfb9f00022513c2d0f4f93799c07be7e9ffa1e6.tar.gz |
close #17636 (#17643)
Diffstat (limited to 'tests/objvariant')
-rw-r--r-- | tests/objvariant/tcheckedfield1.nim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/objvariant/tcheckedfield1.nim b/tests/objvariant/tcheckedfield1.nim index e1a2e60e6..4a6c49f66 100644 --- a/tests/objvariant/tcheckedfield1.nim +++ b/tests/objvariant/tcheckedfield1.nim @@ -1,6 +1,5 @@ discard """ - nimout: "tcheckedfield1.nim(40, 6) Warning: cannot prove that field 'x.s' is accessible [ProveField]" - line:51 + nimout: "tcheckedfield1.nim(39, 6) Warning: cannot prove that field 'x.s' is accessible [ProveField]" action: run output: "abc abc" """ |