Fixing some tests from internal test suite.
This commit is contained in:
@@ -12,4 +12,4 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
assert((delete arguments) == false);
|
assert((delete arguments) == true);
|
||||||
|
|||||||
@@ -12,4 +12,4 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
assert((("1" - new String("1") !== 0) || (new String("1") - 1 !== 0)))
|
assert(!((("1" - new String("1") !== 0) || (new String("1") - 1 !== 0))))
|
||||||
|
|||||||
@@ -16,6 +16,6 @@ var cnt = 0;
|
|||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
cnt++;
|
cnt++;
|
||||||
if (cnd === 10)
|
if (cnt === 10)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user