From 4140739b93f9733ee5422cc20fdb74f75167fc20 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 5 Oct 2022 23:05:25 -0400 Subject: [PATCH] fix test --- unittest/parser/p1.expected | 4 ++++ unittest/parser/t1.expected | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 unittest/parser/p1.expected delete mode 100644 unittest/parser/t1.expected diff --git a/unittest/parser/p1.expected b/unittest/parser/p1.expected new file mode 100644 index 00000000..baa081a2 --- /dev/null +++ b/unittest/parser/p1.expected @@ -0,0 +1,4 @@ +t1: f (g x) y +loc(t1): at line 0, column 0 - at line 0, column 9 +t2: let x := 1 in (f (f x 2)) +loc(t2): at line 0, column 0 - at line 0, column 21 diff --git a/unittest/parser/t1.expected b/unittest/parser/t1.expected deleted file mode 100644 index 139597f9..00000000 --- a/unittest/parser/t1.expected +++ /dev/null @@ -1,2 +0,0 @@ - -