summaryrefslogtreecommitdiffstats
path: root/js/src/gdb/mozilla/prettyprinters.py
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/gdb/mozilla/prettyprinters.py')
-rw-r--r--js/src/gdb/mozilla/prettyprinters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/gdb/mozilla/prettyprinters.py b/js/src/gdb/mozilla/prettyprinters.py
index b533d1f1f5..12847cae7c 100644
--- a/js/src/gdb/mozilla/prettyprinters.py
+++ b/js/src/gdb/mozilla/prettyprinters.py
@@ -271,7 +271,7 @@ def implemented_types(t):
yield t2
-template_regexp = re.compile("([\w_:]+)<")
+template_regexp = re.compile(r"([\w_:]+)<")
def is_struct_or_union(t):