From 0a0e1c6c038480c81289520415720419a3993edf Mon Sep 17 00:00:00 2001 From: David Dunleavy Date: Wed, 19 Mar 2025 16:31:53 -0700 Subject: [PATCH] Test commit to ensure I haven't broken the config PiperOrigin-RevId: 738583034 --- shardy/lit.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shardy/lit.bzl b/shardy/lit.bzl index 54388855..f8db505c 100644 --- a/shardy/lit.bzl +++ b/shardy/lit.bzl @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -"""Bazel rules for lit tests.""" +"""Bazel rules for lit test.""" load("@llvm-project//llvm:lit_test.bzl", "lit_test")