Bug 1176205: Fix typo breaking tests on aurora. r=RyanVM

--HG--
extra : commitid : Iobn9lXKSzE
extra : rebase_source : 5708c3662a9b45bf38bee4576b9310ec3d0e0683
This commit is contained in:
Dave Townsend 2015-06-30 14:06:38 -07:00
parent 9669f268c9
commit 8e006e39b3
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ function test() {
];
if (AppConstants.NIGHTLY_BUILD)
tests.push(test_locbar_suggestion_retention("searches", true)),
tests.push(test_locbar_suggestion_retention("searches", true));
run_test_subset(tests);
}

View File

@ -21,7 +21,7 @@ function test() {
];
if (AppConstants.NIGHTLY_BUILD)
tests.push(test_locbar_suggestion_retention("searches", true)),
tests.push(test_locbar_suggestion_retention("searches", true));
run_test_subset(tests);
}