Fix skipTest count for _.isNil other realm test.

This commit is contained in:
John-David Dalton
2015-08-27 10:08:51 -07:00
parent ce4f2f1326
commit 64512ee2ae

View File

@@ -7773,7 +7773,7 @@
strictEqual(_.isNil(_._undefined), true);
}
else {
skipTest();
skipTest(2);
}
});
}(1, 2, 3));