Skip to content

Commit

Permalink
make deps optional
Browse files Browse the repository at this point in the history
  • Loading branch information
abhigunj committed Apr 1, 2024
1 parent 3d90d20 commit 0bcef8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/bazel/llvm-project-overlay/llvm/lit_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def lit_test(
srcs,
args = None,
data = None,
deps,
deps = None,
**kwargs):
"""Runs a single test file with LLVM's lit tool.
Expand Down

0 comments on commit 0bcef8e

Please sign in to comment.