Wolfgang Jeltsch pushed to branch wip/jeltsch/module-graph-reuse-in-downsweep at Glasgow Haskell Compiler / GHC Commits: 0a677dc8 by Wolfgang Jeltsch at 2026-05-26T17:32:43+03:00 Remove the star from the extra-files pattern - - - - - 1 changed file: - testsuite/tests/ghc-api/downsweep/all.T Changes: ===================================== testsuite/tests/ghc-api/downsweep/all.T ===================================== @@ -16,7 +16,7 @@ test('OldModLocation', ['-package ghc']) test('IncrementalDownsweep', - [ extra_files(['IncrementalDownsweep.modules/*']) + [ extra_files(['IncrementalDownsweep.modules/']) , extra_run_opts('"' + config.libdir + '"') ], compile_and_run, View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0a677dc83f2f0a358caf1d0a8ddbd0d8... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0a677dc83f2f0a358caf1d0a8ddbd0d8... You're receiving this email because of your account on gitlab.haskell.org.