Skip to content

Commit ee8a4a2

Browse files
cjihrigaddaleax
authored andcommitted
test: remove unnecessary test flags
This commit removes unnecessary flags used when starting tests via the "// Flags:" directive. PR-URL: #25277 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 1c5a997 commit ee8a4a2

4 files changed

+1
-5
lines changed

test/parallel/test-buffer-of-no-deprecation.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Flags: --pending-deprecation --no-warnings
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-util-inspect.js

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
2020
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2121
// USE OR OTHER DEALINGS IN THE SOFTWARE.
22-
23-
// Flags: --expose-internals
2422
'use strict';
2523
const common = require('../common');
2624
const assert = require('assert');

test/parallel/test-v8-deserialize-buffer.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Flags: --pending-deprecation --no-warnings
21
'use strict';
32

43
const common = require('../common');

test/parallel/test-v8-serdes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Flags: --expose-gc --expose-internals
1+
// Flags: --expose-internals
22

33
'use strict';
44

0 commit comments

Comments
 (0)