aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/parallel/test-code-cache.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-code-cache.js b/test/parallel/test-code-cache.js
index 626fbfb518..d01392f1ee 100644
--- a/test/parallel/test-code-cache.js
+++ b/test/parallel/test-code-cache.js
@@ -47,7 +47,7 @@ if (!process.features.cached_builtins) {
}
} else { // Native compiled
assert.strictEqual(
- process.config.variables.node_code_cache_path,
+ process.config.variables.node_code_cache,
'yes'
);