summaryrefslogtreecommitdiff
path: root/tests/extmod/ure_debug.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extmod/ure_debug.py')
-rw-r--r--tests/extmod/ure_debug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extmod/ure_debug.py b/tests/extmod/ure_debug.py
index cfb264bb6..4cef4c98a 100644
--- a/tests/extmod/ure_debug.py
+++ b/tests/extmod/ure_debug.py
@@ -5,4 +5,4 @@ except ImportError:
print("SKIP")
raise SystemExit
-ure.compile('^a|b[0-9]\w$', ure.DEBUG)
+ure.compile("^a|b[0-9]\w$", ure.DEBUG)