[libcxx-commits] [libcxx] [llvm] [utils] update how auto-updated tests are displayed when the test is retried (PR #181097)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 13 11:30:44 PST 2026


================
@@ -120,8 +158,12 @@ def get_source_and_target(a, b, test_path, commands):
     a_target = None
     b_target = None
     if split_target_dir:
-        a_target = SplitFileTarget.create(a, commands, test_path, split_target_dir)
-        b_target = SplitFileTarget.create(b, commands, test_path, split_target_dir)
+        a_target = SplitFileTarget.create(
----------------
ldionne wrote:

Looks like those are only formatting changes -- I'd suggest dropping them.

https://github.com/llvm/llvm-project/pull/181097


More information about the libcxx-commits mailing list