Skip to content

Commit 42ed87f

Browse files
committed
Fix test suite name
1 parent 1e07072 commit 42ed87f

File tree

1 file changed

+1
-1
lines changed
  • llvm/utils/lit/tests/Inputs/max-retries-per-test/allow-retries-test_retry_attempts

1 file changed

+1
-1
lines changed

llvm/utils/lit/tests/Inputs/max-retries-per-test/allow-retries-test_retry_attempts/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import lit.formats
22

3-
config.name = "allow-retries-no-test_retry_attempts"
3+
config.name = "allow-retries-test_retry_attempts"
44
config.suffixes = [".py"]
55
config.test_format = lit.formats.ShTest()
66
config.test_source_root = None

0 commit comments

Comments
 (0)