From 0901c91b45f1dfb8063724c1fcd6f1001d108132 Mon Sep 17 00:00:00 2001 From: Geza Lore Date: Fri, 12 Dec 2025 10:59:01 +0000 Subject: [PATCH] Tests: Fix t_dist_attributes_bad (#6801) --- test_regress/t/t_dist_attributes_bad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_regress/t/t_dist_attributes_bad.py b/test_regress/t/t_dist_attributes_bad.py index a9144d8df..5fcf21e84 100755 --- a/test_regress/t/t_dist_attributes_bad.py +++ b/test_regress/t/t_dist_attributes_bad.py @@ -52,7 +52,7 @@ ccjson = [ "file": srcs_dir + "/mt_disabled.cpp", "output": srcs_dir + "/mt_disabled.o", "arguments": - [*common_args, "-o", srcs_dir + "/mt_enabled.o", srcs_dir + "/mt_enabled.cpp"] + [*common_args, "-o", srcs_dir + "/mt_disabled.o", srcs_dir + "/mt_disabled.cpp"] }, ] ccjson_str = json.dumps(ccjson)