Bug 716478 - update line numbers in XPCshell tests, necessary because of updating licence to MPL 2 with new, shorter boilerplate.

This commit is contained in:
Gervase Markham 2012-05-21 12:13:52 +01:00
parent 664389aa26
commit d3c0e246ff

View File

@ -28,7 +28,7 @@ FooComponent.prototype =
thereIsNoSuchIdentifier;
threw = false;
} catch (ex) {
do_check_true(ex.lineNumber == 60);
do_check_true(ex.lineNumber == 28);
}
do_check_true(threw);