Skip to content

Commit 2b4ca45

Browse files
committed
fixup! fix another test
1 parent 08fa76e commit 2b4ca45

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
@@ -162,7 +162,7 @@ def test_cir(self):
162162
)
163163
self.assertEqual(
164164
env_variables["project_check_targets"],
165-
"check-clang check-clang-cir check-clang-tools",
165+
"check-clang check-clang-cir check-clang-tools check-lldb",
166166
)
167167
self.assertEqual(
168168
env_variables["runtimes_to_build"], "compiler-rt;libcxx;libcxxabi;libunwind"

0 commit comments

Comments
 (0)