Skip to content

Commit

Permalink
Update comment in generated test code
Browse files Browse the repository at this point in the history
  • Loading branch information
zliu41 committed Jul 9, 2021
1 parent 3711e7c commit f4d28a1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion TestGen.hs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ genTestsFor mod imports = do

header :: String -> Imports -> [String]
header mod imports =
[ "-- Generated code, do not modify by hand. Generate by running \"stack build && stack exec test-gen\"."
[ "-- Generated code, do not modify by hand. Generate by running TestGen.hs."
, ""
, "{-# OPTIONS_GHC -w #-}"
, "module " ++ mod ++ "Spec where"
Expand Down
2 changes: 1 addition & 1 deletion test/hspec/Data/Multimap/ConversionsSpec.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Generated code, do not modify by hand. Generate by running "stack build && stack exec test-gen".
-- Generated code, do not modify by hand. Generate by running TestGen.hs.

{-# OPTIONS_GHC -w #-}
module Data.Multimap.ConversionsSpec where
Expand Down
2 changes: 1 addition & 1 deletion test/hspec/Data/Multimap/InternalSpec.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Generated code, do not modify by hand. Generate by running "stack build && stack exec test-gen".
-- Generated code, do not modify by hand. Generate by running TestGen.hs.

{-# OPTIONS_GHC -w #-}
module Data.Multimap.InternalSpec where
Expand Down
2 changes: 1 addition & 1 deletion test/hspec/Data/Multimap/Set/InternalSpec.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Generated code, do not modify by hand. Generate by running "stack build && stack exec test-gen".
-- Generated code, do not modify by hand. Generate by running TestGen.hs.

{-# OPTIONS_GHC -w #-}
module Data.Multimap.Set.InternalSpec where
Expand Down
2 changes: 1 addition & 1 deletion test/hspec/Data/Multimap/SetSpec.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Generated code, do not modify by hand. Generate by running "stack build && stack exec test-gen".
-- Generated code, do not modify by hand. Generate by running TestGen.hs.

{-# OPTIONS_GHC -w #-}
module Data.Multimap.SetSpec where
Expand Down
2 changes: 1 addition & 1 deletion test/hspec/Data/Multimap/Table/InternalSpec.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Generated code, do not modify by hand. Generate by running "stack build && stack exec test-gen".
-- Generated code, do not modify by hand. Generate by running TestGen.hs.

{-# OPTIONS_GHC -w #-}
module Data.Multimap.Table.InternalSpec where
Expand Down
2 changes: 1 addition & 1 deletion test/hspec/Data/MultimapSpec.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Generated code, do not modify by hand. Generate by running "stack build && stack exec test-gen".
-- Generated code, do not modify by hand. Generate by running TestGen.hs.

{-# OPTIONS_GHC -w #-}
module Data.MultimapSpec where
Expand Down

0 comments on commit f4d28a1

Please sign in to comment.