Skip to content

Commit 5ced487

Browse files
committed
fixup! [libc++][NFC] Centralize test for support of == and != in ranges
Remove extraneous change from lit python.
1 parent 43ded7e commit 5ced487

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/utils/libcxx/test/format.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ def getTestsForPath(self, testSuite, pathInSuite, litConfig, localConfig):
281281
for test in self._generateGenTest(testSuite, pathInSuite, litConfig, localConfig):
282282
yield test
283283
else:
284-
print(f"{localConfig.substitutions=}")
285284
yield lit.Test.Test(testSuite, pathInSuite, localConfig)
286285

287286
def execute(self, test, litConfig):

0 commit comments

Comments
 (0)