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