Bug 887674 - B2G RIL: xpcshell tests got SyntaxError in test_mcc_mnc_parsing. r=hsinyi

This commit is contained in:
Yoshi Huang 2013-06-27 12:29:37 +08:00
parent 8717e05a51
commit 01aeca0f6f

View File

@ -2607,7 +2607,7 @@ add_test(function test_unlock_card_lock_corporateLocked() {
/**
* Verify MCC and MNC parsing
*/
add_test(function test_mcc_mnc_parsing()) {
add_test(function test_mcc_mnc_parsing() {
let worker = newUint8Worker();
let record = worker.ICCRecordHelper;
let helper = worker.GsmPDUHelper;