mirror of
https://github.com/github/semantic.git
synced 2024-11-24 00:42:33 +03:00
Stub in an OrderedMapSpec module.
This commit is contained in:
parent
40f6df8b5d
commit
205a885305
@ -77,6 +77,7 @@ test-suite semantic-diff-test
|
||||
type: exitcode-stdio-1.0
|
||||
hs-source-dirs: test
|
||||
main-is: Spec.hs
|
||||
other-modules: OrderedMapSpec
|
||||
build-depends: base
|
||||
, containers
|
||||
, free
|
||||
|
4
test/OrderedMapSpec.hs
Normal file
4
test/OrderedMapSpec.hs
Normal file
@ -0,0 +1,4 @@
|
||||
module OrderedMapSpec where
|
||||
|
||||
import Data.Map as Map
|
||||
|
Loading…
Reference in New Issue
Block a user