Bug 997440 - Fix an XPConnect test bug. r=bz

This failure is currently being silently squelched on trunk.
This commit is contained in:
Bobby Holley 2014-05-20 22:52:19 -07:00
parent 0f933598b0
commit 239818f4e1

View File

@ -33,6 +33,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=853571
yield;
SimpleTest.finish();
yield; // Prevent StopIteration from being thrown.
}
var gen;