summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/coverage/lcov-enabled-1.js
blob: 0bbb53f2fed7fa0f108535f6bd1e6ac9b1881015 (plain)
1
2
3
4
5
// |jit-test| --code-coverage

// Use the `--code-coverage` shell argument must enable JS code-coverage support
// for the process.
assertEq(isLcovEnabled(), true);