Bug 853998: bustage fix for the SyncRunnable test (warning fix) r=abr on a CLOSED TREE

This commit is contained in:
Randell Jesup 2013-03-27 23:32:00 -04:00
parent 2d4598b39b
commit 8c18d85964

View File

@ -70,8 +70,8 @@ int main(int argc, char **argv)
// Start the tests
::testing::InitGoogleTest(&argc, argv);
RUN_ALL_TESTS();
int rv = RUN_ALL_TESTS();
delete test_utils;
return 0;
return rv;
}