about summary refs log tree commit diff stats
path: root/ntranslate
diff options
context:
space:
mode:
Diffstat (limited to 'ntranslate')
-rwxr-xr-xntranslate4
1 files changed, 3 insertions, 1 deletions
diff --git a/ntranslate b/ntranslate
index 9a15e047..909d2b99 100755
--- a/ntranslate
+++ b/ntranslate
@@ -15,7 +15,9 @@ set -e
 
 ./build
 
-cat $*          |apps/tests    > a.tests
+cat $*          |apps/desugar  > a.desugar
+
+cat a.desugar   |apps/tests    > a.tests
 
 cat a.tests     |apps/dquotes  > a.dquotes