test262/test/language/statements/block
Mike Pennisi fe11a1ea1a Remove $PRINT helper function
The `$PRINT` helper function has no effect on test behavior. The
following tests use it to report assertion outcomes (and as a result
will fail silently):

- test/language/function-code/S10.2.1_A4_T2.js
- test/language/function-code/S10.2.1_A5.1_T1.js
- test/language/function-code/S10.2.1_A5.1_T2.js
- test/language/function-code/S10.2.1_A5.2_T1.js

Remove the function definition and all references within tests. Update
tests that use it as an error reporting mechanism to instead use an
appropriate `assert` helper function.
2015-06-16 13:43:23 -04:00
..
12.1-1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
12.1-2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
12.1-3.js Reorganize ./test 2014-12-07 15:33:09 -08:00
12.1-4.js Reorganize ./test 2014-12-07 15:33:09 -08:00
12.1-5.js Reorganize ./test 2014-12-07 15:33:09 -08:00
12.1-6.js Reorganize ./test 2014-12-07 15:33:09 -08:00
12.1-7.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.1_A2.js Remove $PRINT helper function 2015-06-16 13:43:23 -04:00
S12.1_A4_T1.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.1_A4_T2.js Reorganize ./test 2014-12-07 15:33:09 -08:00
S12.1_A5.js Reorganize ./test 2014-12-07 15:33:09 -08:00