From c5d9f883dc4444113c3fbcdd0eb1df86446a9cec Mon Sep 17 00:00:00 2001 From: Brandon Barker Date: Sat, 21 Dec 2024 08:57:59 -0500 Subject: [PATCH] remove comment --- unison-syntax/test/Main.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/unison-syntax/test/Main.hs b/unison-syntax/test/Main.hs index fb4da5c3d0..825bf870d5 100644 --- a/unison-syntax/test/Main.hs +++ b/unison-syntax/test/Main.hs @@ -7,9 +7,6 @@ import System.IO.CodePage (withCP65001) import Unison.Test.Doc qualified as Doc import Unison.Test.Unison qualified as Unison --- main :: IO () --- main = withCP65001 . run $ tests [Unison.test, Doc.test] - test :: Test () test = tests