From 2ca27e7c3e252d5c5fce57c0f85d0290babf82f3 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Thu, 27 Mar 2025 01:51:13 +0000 Subject: [PATCH] [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. --- .ci/compute_projects_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/compute_projects_test.py b/.ci/compute_projects_test.py index 4afc121f18c4..3f6f1ab7ac33 100644 --- a/.ci/compute_projects_test.py +++ b/.ci/compute_projects_test.py @@ -161,7 +161,7 @@ class TestComputeProjects(unittest.TestCase): self.assertEqual(env_variables["runtimes_to_build"], "") 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( [".ci/compute_projects.py", "libcxx/CMakeLists.txt"], "Linux" )