| 123456789101112 |
- # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
- # Exceptions. See /LICENSE for license information.
- # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
- load("@rules_python//python:defs.bzl", "py_test")
- py_test(
- name = "no_op_test",
- size = "small",
- srcs = ["no_op_test.py"],
- main = "no_op_test.py",
- )
|