From 136872815db848e7fbf2dc57bab988e006b2fae2 Mon Sep 17 00:00:00 2001 From: "nsylvain@chromium.org" Date: Sat, 6 Jun 2009 13:00:54 +0000 Subject: Change one more -88 to 88 Review URL: http://codereview.chromium.org/118361 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17829 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/purify/chrome_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/purify') diff --git a/tools/purify/chrome_tests.py b/tools/purify/chrome_tests.py index 76bb051..0394d8d 100644 --- a/tools/purify/chrome_tests.py +++ b/tools/purify/chrome_tests.py @@ -326,7 +326,7 @@ class ChromeTests: # this code should be undone. # BUG=7516 if ret: - return -88 + return 88 return 0 def TestUI(self): -- cgit v1.1