aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-20 21:23:21 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-20 21:23:21 -0800
commit2fac0cb8e1ac336ed2e5ded630a7d2f710bc6a66 (patch)
treec9515f9c619c529221757204dd8c4dd4ae14fd20 /tests
parent1156740603fe29c43fd98c845a012ff475d9819c (diff)
fix test_debug
Diffstat (limited to 'tests')
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index a9d80171..61ea0f44 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -4649,7 +4649,7 @@ def process(filename):
}
'''
try:
- post = '''
+ post = r'''
def process(filename):
lines = open(filename, 'r').readlines()
lines = filter(lambda line: '___assert_fail(' in line or '___assert_func(' in line, lines)