BUILD 355 B

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