aboutsummaryrefslogtreecommitdiff
path: root/tests/GhcSession.hs
diff options
context:
space:
mode:
authorAlan Zimmerman <alan.zimm@gmail.com>2017-12-08 15:17:30 +0200
committerDaniel Gröber <dxld@darkboxed.org>2018-01-18 14:10:26 +0100
commitbbd0e337f744abfea23b6d77d4b4bb340069f18e (patch)
treeb93b23203dc8797dd951710b798199ca589bee23 /tests/GhcSession.hs
parent6ab8dc21f5c597b2ff625afd1312a76eafba01f8 (diff)
Saner way to merge entrypoints
Diffstat (limited to 'tests/GhcSession.hs')
-rw-r--r--tests/GhcSession.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GhcSession.hs b/tests/GhcSession.hs
index 9e967a1..8228356 100644
--- a/tests/GhcSession.hs
+++ b/tests/GhcSession.hs
@@ -32,7 +32,7 @@ main = do
res <- mapM (setup topdir test) $ case args of
[] -> [ ("tests/exelib" , parseVer "1.10")
, ("tests/exeintlib", parseVer "2.0")
- , ("tests/flib" , parseVer "2.0")
+ , ("tests/fliblib" , parseVer "2.0")
, ("tests/bkpregex" , parseVer "2.0")
]
xs -> map (,parseVer "0") xs