summary refs log tree commit diff stats
path: root/tests/converter/t7098.nim
diff options
context:
space:
mode:
authorArne Döring <arne.doering@gmx.net>2018-11-13 15:21:14 +0100
committerAraq <rumpf_a@web.de>2018-11-23 11:58:28 +0100
commit031bfdec6f7798b99cc7bf9473a08048228c3d2a (patch)
treebd9b3ee9fbbaca154f37649f7f3cabe59cfdc349 /tests/converter/t7098.nim
parent610283b9b0d48b1714bef2969b402b77410ce4dd (diff)
downloadNim-031bfdec6f7798b99cc7bf9473a08048228c3d2a.tar.gz
make run the default action of a test in tester
Diffstat (limited to 'tests/converter/t7098.nim')
-rw-r--r--tests/converter/t7098.nim4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/converter/t7098.nim b/tests/converter/t7098.nim
index 66e629fa8..8e7634882 100644
--- a/tests/converter/t7098.nim
+++ b/tests/converter/t7098.nim
@@ -1,3 +1,7 @@
+discard """
+action: compile
+"""
+
 type
   Byte* = uint8
   Bytes* = seq[Byte]