From 0127f27442674a6c120364b6971057d94335cbc7 Mon Sep 17 00:00:00 2001 From: Nathan R Date: Mon, 2 Aug 2021 17:17:14 +0200 Subject: [PATCH] test now passes --- tests-std/test51.out | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests-std/test51.out b/tests-std/test51.out index e69de29..9d8bb46 100644 --- a/tests-std/test51.out +++ b/tests-std/test51.out @@ -0,0 +1,9 @@ +main() { + if (nerror) cleanup(); + else if (argc < 1) faterror("no input file%s", cmdusage); + else for (; 0 < argc; cleanup(), ++argv, --argc) { + targetdelta = 0; + ffree(); + } +} +