Skip to content

Commit 2ca27e7

Browse files
[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.
1 parent 263ec72 commit 2ca27e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/compute_projects_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def test_top_level_file(self):
161161
self.assertEqual(env_variables["runtimes_to_build"], "")
162162
self.assertEqual(env_variables["runtimes_check_targets"], "")
163163

164-
def test_blah(self):
164+
def test_exclude_runtiems_in_projects(self):
165165
env_variables = compute_projects.get_env_variables(
166166
[".ci/compute_projects.py", "libcxx/CMakeLists.txt"], "Linux"
167167
)

0 commit comments

Comments
 (0)