summaryrefslogtreecommitdiff
path: root/test/parallel/test-tls-parse-cert-string.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-tls-parse-cert-string.js')
-rw-r--r--test/parallel/test-tls-parse-cert-string.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-tls-parse-cert-string.js b/test/parallel/test-tls-parse-cert-string.js
index a3062c227e..f5412cad40 100644
--- a/test/parallel/test-tls-parse-cert-string.js
+++ b/test/parallel/test-tls-parse-cert-string.js
@@ -10,7 +10,7 @@ const {
restoreStderr
} = require('../common/hijackstdio');
const assert = require('assert');
-// Flags: --expose_internals
+// Flags: --expose-internals
const internalTLS = require('internal/tls');
const tls = require('tls');