Skip to content

Commit 804e670

Browse files
committed
structured annotations #9: fix tests
1 parent 1380198 commit 804e670

15 files changed

Lines changed: 116 additions & 1298 deletions

File tree

compiler/test/fixtures/gen-hs2/HsTest/Types.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ import qualified Data.Vector.Storable as VectorStorable
5656
import qualified Facebook.Thrift.Annotation.Thrift.Thrift.Types
5757
as Facebook.Thrift.Annotation.Thrift.Thrift
5858
import qualified GHC.Magic as GHC
59+
import qualified Haskell.Types as Haskell
5960
import qualified Prelude as Prelude
6061
import qualified Thrift.Binary.Parser as Parser
6162
import qualified Thrift.CodegenTypesOnly as Thrift
@@ -74,7 +75,7 @@ import qualified Data.Vector as Vector
7475
import qualified Data.Vector.Storable as VectorStorable
7576
{-# LINE 7 "if/hs_test_instances.hs" #-}
7677
import Prelude ((/=), ($))
77-
{-# LINE 78 "test/fixtures/gen-hs2/HsTest/Types.hs" #-}
78+
{-# LINE 79 "test/fixtures/gen-hs2/HsTest/Types.hs" #-}
7879

7980
newtype X = X{unX :: Int.Int64}
8081
deriving (Prelude.Eq, Prelude.Show, DeepSeq.NFData, Prelude.Ord)

compiler/test/fixtures/gen-hs2/Service/MyService/Client.hs

Lines changed: 0 additions & 254 deletions
This file was deleted.

0 commit comments

Comments
 (0)