summary refs log tree commit diff stats
path: root/nimpretty/tests/simple2.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-10-16 17:25:12 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-10-16 17:25:12 +0200
commit480d228603f4b304ed782a3a8bec7edbd3ed9f93 (patch)
tree23f9b7d0a422644b828c475ae184c66dd5df094b /nimpretty/tests/simple2.nim
parent778e4d1775be16732cff396c9db4701d96d4e753 (diff)
downloadNim-480d228603f4b304ed782a3a8bec7edbd3ed9f93.tar.gz
nimpretty: added an new simple test
Diffstat (limited to 'nimpretty/tests/simple2.nim')
-rw-r--r--nimpretty/tests/simple2.nim3
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