Re-sync with internal repository

This commit is contained in:
Julien Odent 2020-07-30 14:10:45 -07:00
parent 5e8277e105
commit 6370f3e6f1
2 changed files with 1 additions and 17 deletions

View File

@ -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

View File

@ -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