/
githubmirror
/
carbon-lang
Обзор
Документация
Войти
/
githubmirror
/
carbon-lang
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
scripts/no_op_test.py
13 строк
461 B
Chandler Carruth
Switch to `uv` for all of our Python scripts (#7242)
28 май 2026, 21:03
Не верифицирован
28 май 2026, 21:03
b79ce84
Код
Авторство
О чём код?
"""No-op test that should always pass. This is designed to have the fewest avoidable dependencies to make no-op build and test runs in CI as inexpensive as possible. Note that this is not designed for direct execution and is only for Bazel's use. """ __copyright__ = """ 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 """