[libcxx-commits] [libcxx] [libc++][NFC] Centralize test for support of == and != in ranges (PR #78481)

Konstantin Varlamov via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 27 15:06:02 PDT 2024


================
@@ -282,6 +282,7 @@ def getTestsForPath(self, testSuite, pathInSuite, litConfig, localConfig):
             for test in self._generateGenTest(testSuite, pathInSuite, litConfig, localConfig):
                 yield test
         else:
+            print(f"{localConfig.substitutions=}")
----------------
var-const wrote:

Looks like a debugging left-over.

https://github.com/llvm/llvm-project/pull/78481


More information about the libcxx-commits mailing list