From 8a93b3ce695003d07c8d8e4c71153c0130372c4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 20 Jul 2020 03:59:10 +0200 Subject: Cleanup for cpp. --- tests/cpp.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/cpp.scm b/tests/cpp.scm index 1d4e62f3..d83ba554 100644 --- a/tests/cpp.scm +++ b/tests/cpp.scm @@ -1,3 +1,6 @@ +(((c lex) lex) + ((c parse) parse-lexeme-tree)) + (define run (compose parse-lexeme-tree lex)) (test-equal -- cgit v1.2.3