no_op_test.py 403 B

12345678910111213
  1. #!/usr/bin/env python3
  2. """No-op test that should always pass.
  3. This is designed to have the fewest avoidable dependencies to make no-op build
  4. and test runs in CI as inexpensive as possible.
  5. """
  6. __copyright__ = """
  7. Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  8. Exceptions. See /LICENSE for license information.
  9. SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  10. """