summaryrefslogtreecommitdiff
path: root/testsuite/W60.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/W60.py')
-rw-r--r--testsuite/W60.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/W60.py b/testsuite/W60.py
index 3f1b77c..1b03099 100644
--- a/testsuite/W60.py
+++ b/testsuite/W60.py
@@ -13,9 +13,9 @@ if x <> 0:
x = 0
#: W604
val = `1 + 2`
-#: W605
+#: W605:1:9
regex = '\.png$'
-#: W605
+#: W605:1:9
regex = '''
\.png$
'''