mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 21:26:53 +00:00
[CI] Fix typo in compute_projects_test.py
I apparently forgot to properly name the test before submitting the last patch. This patch properly names the test.
This commit is contained in:
parent
263ec7221e
commit
2ca27e7c3e
@ -161,7 +161,7 @@ class TestComputeProjects(unittest.TestCase):
|
|||||||
self.assertEqual(env_variables["runtimes_to_build"], "")
|
self.assertEqual(env_variables["runtimes_to_build"], "")
|
||||||
self.assertEqual(env_variables["runtimes_check_targets"], "")
|
self.assertEqual(env_variables["runtimes_check_targets"], "")
|
||||||
|
|
||||||
def test_blah(self):
|
def test_exclude_runtiems_in_projects(self):
|
||||||
env_variables = compute_projects.get_env_variables(
|
env_variables = compute_projects.get_env_variables(
|
||||||
[".ci/compute_projects.py", "libcxx/CMakeLists.txt"], "Linux"
|
[".ci/compute_projects.py", "libcxx/CMakeLists.txt"], "Linux"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user