From 3413f60db482ce7e6d6d786348723a2b406d1038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 21 Jul 2022 18:05:59 +0200 Subject: Remove old unused files. --- tests/test/c-parse.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/test/c-parse.scm') diff --git a/tests/test/c-parse.scm b/tests/test/c-parse.scm index c16958de..22aaf92a 100644 --- a/tests/test/c-parse.scm +++ b/tests/test/c-parse.scm @@ -6,11 +6,11 @@ (define-module (test cpp) :use-module (srfi srfi-64) :use-module (srfi srfi-88) - :use-module ((c lex) :select (lex)) - :use-module (c parse)) + :use-module ((c old lex) :select (lex)) + :use-module (c old parse)) -(define flatten-infix (@@ (c parse) flatten-infix)) -(define resolve-order-of-operations (@@ (c parse) resolve-order-of-operations)) +(define flatten-infix (@@ (c old parse) flatten-infix)) +(define resolve-order-of-operations (@@ (c old parse) resolve-order-of-operations)) (test-group "Flatten infix" (test-equal "Simple binary operator" -- cgit v1.2.3