Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ee8a4a2

Browse filesBrowse 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 <ruben@bridgewater.de> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 1c5a997 commit ee8a4a2
Copy full SHA for ee8a4a2

File tree

Expand file treeCollapse file tree

4 files changed

+1
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+1
-5
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: test/parallel/test-buffer-of-no-deprecation.js
-1Lines changed: 0 additions & 1 deletion
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');
Collapse file

‎test/parallel/test-util-inspect.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-util-inspect.js
-2Lines changed: 0 additions & 2 deletions
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');
Collapse file

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

Copy file name to clipboardExpand all lines: test/parallel/test-v8-deserialize-buffer.js
-1Lines changed: 0 additions & 1 deletion
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');
Collapse file

‎test/parallel/test-v8-serdes.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-v8-serdes.js
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.