зеркало из https://github.com/microsoft/STL.git
8 строки
322 B
Python
8 строки
322 B
Python
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
lit_config.fatal(
|
|
"You seem to be running Lit directly -- you should be running Lit through "
|
|
"<build>/tests/utils/stl-lit/stl-lit.py, which will ensure that the right Lit configuration "
|
|
"file is used.")
|