diff options
Diffstat (limited to 'tests/GhcSession.hs')
-rw-r--r-- | tests/GhcSession.hs | 2 |
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 |