From 6370f3e6f11239fb5ade48a448d7d23696238cf5 Mon Sep 17 00:00:00 2001 From: Julien Odent Date: Thu, 30 Jul 2020 14:10:45 -0700 Subject: [PATCH] Re-sync with internal repository --- github/tests/TestMain.hs | 16 ---------------- tests/TestMain.hs | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 github/tests/TestMain.hs diff --git a/github/tests/TestMain.hs b/github/tests/TestMain.hs deleted file mode 100644 index 1e356035..00000000 --- a/github/tests/TestMain.hs +++ /dev/null @@ -1,16 +0,0 @@ --- Copyright (c) 2016-present, Facebook, Inc. --- All rights reserved. --- --- This source code is licensed under the BSD-style license found in the --- LICENSE file in the root directory of this source tree. - -module Main where - -import Data.String -import Test.Tasty - -import Duckling.Tests -import Prelude - -main :: IO () -main = defaultMain tests diff --git a/tests/TestMain.hs b/tests/TestMain.hs index 03ca9d47..1e356035 100644 --- a/tests/TestMain.hs +++ b/tests/TestMain.hs @@ -4,7 +4,7 @@ -- This source code is licensed under the BSD-style license found in the -- LICENSE file in the root directory of this source tree. -module TestMain where +module Main where import Data.String import Test.Tasty