1
1
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:
Rob Rix 2015-12-14 17:42:57 -05:00
parent 40f6df8b5d
commit 205a885305
2 changed files with 5 additions and 0 deletions

View File

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

@ -0,0 +1,4 @@
module OrderedMapSpec where
import Data.Map as Map