summaryrefslogtreecommitdiff
path: root/testsuite/tests/cabal/all.T
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2023-01-10 19:41:43 +0100
committerKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2023-01-10 19:44:11 +0100
commit627a288b216defe0d66efc060b79db4fbd8c47e5 (patch)
tree43c06b59c290874263ba31b7f3099bb3407bcf38 /testsuite/tests/cabal/all.T
parent146a145835f5c2e82da4dd0bcb90702460505a01 (diff)
downloadhaskell-627a288b216defe0d66efc060b79db4fbd8c47e5.tar.gz
Misc cleanupwip/misc-cleanup4
- Remove unused mkWildEvBinder - Use typeTypeOrConstraint - more symmetric and asserts that that the type is Type or Constraint - Fix escape sequences in Python; they raise a deprecation warning with -Wdefault
Diffstat (limited to 'testsuite/tests/cabal/all.T')
-rw-r--r--testsuite/tests/cabal/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/cabal/all.T b/testsuite/tests/cabal/all.T
index 3f07527584..caa3286f79 100644
--- a/testsuite/tests/cabal/all.T
+++ b/testsuite/tests/cabal/all.T
@@ -1,5 +1,5 @@
def normaliseDynlibNames(str):
- return re.sub('-ghc[0-9.]+\.', '-ghc<VERSION>.', str)
+ return re.sub(r'-ghc[0-9.]+\.', '-ghc<VERSION>.', str)
def ignore_warnings(str):
return re.sub(r'Warning:.*\n', '', str)