Bug 819033 - Part 0: Remove references to private xpcshell variables; r=paolo

This commit is contained in:
Gregory Szorc 2012-12-11 10:53:24 -08:00
parent 6fab8b6f69
commit be40444435

View File

@ -14,8 +14,7 @@
*/
function check_invariants(aGuid)
{
print("TEST-INFO | " + gRunningTest.name + " | Checking guid '" +
aGuid + "'");
do_print("Checking guid '" + aGuid + "'");
do_check_valid_places_guid(aGuid);
}