diff options
Diffstat (limited to 'tests/TestPsci.hs')
-rw-r--r-- | tests/TestPsci.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestPsci.hs b/tests/TestPsci.hs index f758acb..65c7173 100644 --- a/tests/TestPsci.hs +++ b/tests/TestPsci.hs @@ -120,7 +120,7 @@ getPSCiState :: IO PSCiState getPSCiState = do cwd <- getCurrentDirectory let supportDir = cwd </> "tests" </> "support" </> "bower_components" - let supportFiles ext = Glob.globDir1 (Glob.compile ("purescript-*/**/*." ++ ext)) supportDir + let supportFiles ext = Glob.globDir1 (Glob.compile ("purescript-*/src/**/*." ++ ext)) supportDir pursFiles <- supportFiles "purs" modulesOrFirstError <- loadAllModules pursFiles |