summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/utils/regen-test-files2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/regen-test-files b/test/utils/regen-test-files
index 5e12a0c879..861a758aee 100755
--- a/test/utils/regen-test-files
+++ b/test/utils/regen-test-files
@@ -1164,7 +1164,7 @@ class Generator:
(num_mainline_presubmit_gtests, "ART gtests", mainline_presubmit_gtests_percentage,
"mainline-presubmit"),
(num_presubmit_gtests, "ART gtests", presubmit_gtests_percentage, "presubmit"),
- (num_postsubmit_gtests, "ART gtests", postsubmit_gtests_percentage, "presubmit"),
+ (num_postsubmit_gtests, "ART gtests", postsubmit_gtests_percentage, "postsubmit"),
]:
print(
f" {num_tests:3d} {test_kind} ({tests_percentage}%) in `{test_group_name}` test group.")