diff options
author | Zahary Karadjov <zahary@gmail.com> | 2014-02-17 00:48:10 +0200 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2014-02-17 00:48:10 +0200 |
commit | 9a41db7d7abaf92dbdef425605f68454d48b22b2 (patch) | |
tree | 309383a42d07cc62ebffca6c97f75e335dd3614e /tests/ambsym/mambsym1.nim | |
parent | b80503814d3ad37023b27cc8b2d78aed0c10bfcb (diff) | |
parent | 5cd9b035b40f11a950d37695d75f0981b5c13fbe (diff) | |
download | Nim-9a41db7d7abaf92dbdef425605f68454d48b22b2.tar.gz |
Merge branch 'devel' of gh:/Araq/Nimrod into devel
Diffstat (limited to 'tests/ambsym/mambsym1.nim')
-rw-r--r-- | tests/ambsym/mambsym1.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ambsym/mambsym1.nim b/tests/ambsym/mambsym1.nim index cf8ac5242..d9d57b5e5 100644 --- a/tests/ambsym/mambsym1.nim +++ b/tests/ambsym/mambsym1.nim @@ -7,4 +7,4 @@ type proc ha() = var x: TExport # no error - nil + discard |