mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
0df54303c1
This commit changes many test styles to change all references from require('./common.js'); to require('./common');. The latter is much more common, with the former only being used in 50 tests. It is just a stylistic change, and it seems that `common.js` was introduced by a rogue test and copied and pasted into the rest. Semver: patch PR-URL: https://github.com/iojs/io.js/pull/917 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> |
||
---|---|---|
.. | ||
2100bytes.js | ||
2100bytes.out | ||
error_exit.js | ||
error_exit.out | ||
eval_messages.js | ||
eval_messages.out | ||
hello_world.js | ||
hello_world.out | ||
max_tick_depth.js | ||
max_tick_depth.out | ||
nexttick_throw.js | ||
nexttick_throw.out | ||
stack_overflow.js | ||
stack_overflow.out | ||
stdin_messages.js | ||
stdin_messages.out | ||
testcfg.py | ||
throw_custom_error.js | ||
throw_custom_error.out | ||
throw_in_line_with_tabs.js | ||
throw_in_line_with_tabs.out | ||
throw_non_error.js | ||
throw_non_error.out | ||
throw_null.js | ||
throw_null.out | ||
throw_undefined.js | ||
throw_undefined.out | ||
timeout_throw.js | ||
timeout_throw.out | ||
undefined_reference_in_new_context.js | ||
undefined_reference_in_new_context.out | ||
vm_display_runtime_error.js | ||
vm_display_runtime_error.out | ||
vm_display_syntax_error.js | ||
vm_display_syntax_error.out | ||
vm_dont_display_runtime_error.js | ||
vm_dont_display_runtime_error.out | ||
vm_dont_display_syntax_error.js | ||
vm_dont_display_syntax_error.out |