aboutsummaryrefslogtreecommitdiff
path: root/t/t.tmac
diff options
context:
space:
mode:
Diffstat (limited to 't/t.tmac')
-rw-r--r--t/t.tmac8
1 files changed, 4 insertions, 4 deletions
diff --git a/t/t.tmac b/t/t.tmac
index 2a04f77..223babe 100644
--- a/t/t.tmac
+++ b/t/t.tmac
@@ -8,16 +8,16 @@
.de assert
.ec `
.ie `$1 \{\
-. tm1 " success
+. tm success
.\}
.ec
.el \{\
-. if \\nF<\\nt .tm1 " failure:
+. if \\nF<\\nt .tm failure:
.ec `
. ds *exp `$1
.ec
-. tm1 "{ \\*[*exp]
-. if !'\\*[*exp]'\\$1' . tm1 "} \\$1
+. tm { \\*[*exp]
+. if !'\\*[*exp]'\\$1' . tm } \\$1
. nr f +1
. nr F \\nt
.\}