Remove SimpleTest.expectAssertions() call now that bug 846137 is fixed. No review.

This commit is contained in:
L. David Baron 2013-05-08 13:45:34 -07:00
parent fd72fc252e
commit 66ca724357

View File

@ -28,9 +28,6 @@ Components.utils.import("resource://gre/modules/Services.jsm");
const DEFAULT_CSP_PRIV = "default-src *; script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'none'";
const DEFAULT_CSP_CERT = "default-src *; script-src 'self'; style-src 'self'; object-src 'none'";
if (navigator.platform.startsWith("Linux")) {
SimpleTest.expectAssertions(0, 1); // bug 846137, ASSERTION: wrong thread: 'PR_GetCurrentThread() == gSocketThread'
}
SimpleTest.waitForExplicitFinish();
var gData = [