diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-10-16 17:25:12 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-10-16 17:25:12 +0200 |
commit | 480d228603f4b304ed782a3a8bec7edbd3ed9f93 (patch) | |
tree | 23f9b7d0a422644b828c475ae184c66dd5df094b /nimpretty/tests/simple2.nim | |
parent | 778e4d1775be16732cff396c9db4701d96d4e753 (diff) | |
download | Nim-480d228603f4b304ed782a3a8bec7edbd3ed9f93.tar.gz |
nimpretty: added an new simple test
Diffstat (limited to 'nimpretty/tests/simple2.nim')
-rw-r--r-- | nimpretty/tests/simple2.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nimpretty/tests/simple2.nim b/nimpretty/tests/simple2.nim new file mode 100644 index 000000000..8d60c4067 --- /dev/null +++ b/nimpretty/tests/simple2.nim @@ -0,0 +1,3 @@ +var x: int = 2 + +echo x |