diff options
author | John Wiegley <johnw@newartisans.com> | 2011-03-28 01:55:53 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2011-03-28 01:55:53 -0400 |
commit | 487fb22535d7c3f3d3dbd51ddf30d7b7e9dc00ed (patch) | |
tree | c5a7649d5b069cd89c23798a22ee96bf9015bddb /test | |
parent | 4c2b816d7e768736e8f9a7246dc45010b75ed600 (diff) | |
parent | af94c94a6f927e66cacd71b4625f785372fa438d (diff) | |
download | fork-ledger-487fb22535d7c3f3d3dbd51ddf30d7b7e9dc00ed.tar.gz fork-ledger-487fb22535d7c3f3d3dbd51ddf30d7b7e9dc00ed.tar.bz2 fork-ledger-487fb22535d7c3f3d3dbd51ddf30d7b7e9dc00ed.zip |
Merge branch 'next'
Diffstat (limited to 'test')
-rwxr-xr-x | test/LedgerHarness.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LedgerHarness.py b/test/LedgerHarness.py index 44e4e61c..48d038ba 100755 --- a/test/LedgerHarness.py +++ b/test/LedgerHarness.py @@ -96,7 +96,7 @@ class LedgerHarness: line == "GuardMalloc: - Some buffer overruns may not be noticed.\n" or \ line == "GuardMalloc: - Applications using vector instructions (e.g., SSE or Altivec) may fail.\n" or \ line == "GuardMalloc: - Applications expecting word-aligned pointers may fail (such as Carbon applications)\n" or \ - line == "GuardMalloc: GuardMalloc version 18\n": + line.startswith("GuardMalloc: GuardMalloc version"): continue else: lines.append(line) |