Skip to content

Conversation

@DavidSpickett
Copy link
Collaborator

Fixes #169297

@DavidSpickett DavidSpickett added the skip-precommit-approval PR for CI feedback, not intended for review label Nov 24, 2025
@DavidSpickett DavidSpickett enabled auto-merge (squash) November 24, 2025 13:58
@llvmbot
Copy link
Member

llvmbot commented Nov 24, 2025

@llvm/pr-subscribers-testing-tools

Author: David Spickett (DavidSpickett)

Changes

Fixes #169297


Full diff: https://github.com/llvm/llvm-project/pull/169328.diff

1 Files Affected:

  • (modified) llvm/utils/lit/examples/many-tests/ManyTests.py (+2-1)
diff --git a/llvm/utils/lit/examples/many-tests/ManyTests.py b/llvm/utils/lit/examples/many-tests/ManyTests.py
index 89e818a037c39..ffdbbad5a77b1 100644
--- a/llvm/utils/lit/examples/many-tests/ManyTests.py
+++ b/llvm/utils/lit/examples/many-tests/ManyTests.py
@@ -1,4 +1,5 @@
-from lit import Test, TestFormat
+from lit import Test
+from lit.formats import TestFormat
 
 
 class ManyTests(TestFormat):

@DavidSpickett DavidSpickett merged commit 4a567e3 into llvm:main Nov 24, 2025
11 of 13 checks passed
aadeshps-mcw pushed a commit to aadeshps-mcw/llvm-project that referenced this pull request Nov 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

llvm-lit skip-precommit-approval PR for CI feedback, not intended for review testing-tools

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Lit test example ManyTests.py broken

2 participants