diff options
Diffstat (limited to 'tools/purify/purify_message.py')
-rw-r--r-- | tools/purify/purify_message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/purify/purify_message.py b/tools/purify/purify_message.py index ea417ab..be1b58d 100644 --- a/tools/purify/purify_message.py +++ b/tools/purify/purify_message.py @@ -124,7 +124,7 @@ class Stack: # When we leak sqlite stuff, we leak a lot, and the stacks # are all over the place. For now, let's assume that # sqlite itself is leak free and focus on our calling code. - re.compile('chrome/third_party/sqlite/.*'), + re.compile('third_party/sqlite/.*'), ) pat_unit_test = re.compile('^([a-zA-Z0-9]+)_(\w+)_Test::.*') |