Skip to content

Commit 06335fd

Browse files
committed
Update outdated comment in RunTests.hs
1 parent 2b4f8bb commit 06335fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/RunTests.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ main = hspec $ do
4040
it "handles packages in subdirectories correctly" $ do
4141
-- NOTE Keep in sync with
4242
-- azure-pipelines.yml
43-
-- .buildkite/bindists-pipeline
44-
-- .circleci/config.yml
43+
-- .github/workflows/workflow.yaml
4544
let withBackup filename k =
4645
withSystemTempDirectory "bazel_backup" $ \tmp_dir -> do
4746
bracket_

0 commit comments

Comments
 (0)