summary refs log tree commit diff stats
path: root/tests/caas/issue_416_template_shift.txt
diff options
context:
space:
mode:
authorGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-06-16 13:00:24 +0200
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2013-06-16 22:39:38 +0200
commitd2def332fd6d290bd74cb1e491b3c8f8f09d894a (patch)
tree9ef8f7922882deb38d6050c9f6ae5576582e2222 /tests/caas/issue_416_template_shift.txt
parentd18d6ba019a512d579592b476aa8fec844879267 (diff)
downloadNim-d2def332fd6d290bd74cb1e491b3c8f8f09d894a.tar.gz
Adds $SILENT replacement to reduce test output verbosity.
Diffstat (limited to 'tests/caas/issue_416_template_shift.txt')
-rw-r--r--tests/caas/issue_416_template_shift.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/caas/issue_416_template_shift.txt b/tests/caas/issue_416_template_shift.txt
index 951a21612..b1f47c1ac 100644
--- a/tests/caas/issue_416_template_shift.txt
+++ b/tests/caas/issue_416_template_shift.txt
@@ -1,14 +1,14 @@
 issue_416_template_shift.nim
-> c
+> c --verbosity:0 --hints:on
 SuccessX
-> idetools --track:$TESTNIM,12,28 --def
+> idetools --track:$TESTNIM,12,28 --def $SILENT
 def\tskType\tsystem.string\tstring
-> idetools --track:$TESTNIM,12,35 --def
+> idetools --track:$TESTNIM,12,35 --def $SILENT
 def\tskLet\t$MODULE.failtest.input\tTaintedString
 
 # The following fail because they seem shifted one colum to the right.
-> idetools --track:$TESTNIM,12,16 --def
+> idetools --track:$TESTNIM,12,16 --def $SILENT
 def\tskTemplate\tsequtils.toSeq\tproc \(expr\): expr
-> idetools --track:$TESTNIM,12,22 --def
+> idetools --track:$TESTNIM,12,22 --def $SILENT
 def\tskIterator\tunicode.runes\titerator \(string\): TRune