Files
tubestation/tools/code-coverage/tests/xpcshell/support.js
2018-10-24 21:33:14 +02:00

6 lines
82 B
JavaScript

function test_code_coverage_func2() {
return 22;
}
test_code_coverage_func2();