Skip to content

Commit 8d1b2ee

Browse files
committed
Fix m4 failure in glean.cabal.in
Didn't notice this because for some reason it doesn't cause a build failure, it just omitted a lot of the tests from glean.cabal.
1 parent 8f419e3 commit 8d1b2ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

glean.cabal.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2232,7 +2232,7 @@ test-suite glean-snapshot-hack
22322232
buildable: False
22332233

22342234
-- The Haskell indexer tests *only* work when run using Cabal with
2235-
-- `cabal run` or `cabal test`, because Cabal puts the `hie-indexer`
2235+
-- 'cabal run' or 'cabal test', because Cabal puts the 'hie-indexer'
22362236
-- binary in the PATH.
22372237
test-suite glean-snapshot-haskell
22382238
import: fb-haskell, fb-cpp, deps, exe, haskell-indexer

0 commit comments

Comments
 (0)