From 57754349aee5e61a3ae6c3f909c4af65d5d011d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Sved=C3=A4ng?= Date: Mon, 14 Jun 2021 22:12:17 +0200 Subject: [PATCH] fix: Can't build without main function on Windows --- test/produces-output/repl.carp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/produces-output/repl.carp b/test/produces-output/repl.carp index ee4660db..845d7505 100644 --- a/test/produces-output/repl.carp +++ b/test/produces-output/repl.carp @@ -3,8 +3,6 @@ (macro-log (type M.f)) -(build) - (M.f 2) (quit)