test: remove unnecessary test flags

This commit removes unnecessary flags used when starting
tests via the "// Flags:" directive.

PR-URL: https://github.com/nodejs/node/pull/25277
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
cjihrig 2018-12-29 18:14:20 -05:00
parent da9a4d0fb4
commit e7658471d3
No known key found for this signature in database
GPG Key ID: 7434390BDBE9B9C5
4 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,3 @@
// Flags: --pending-deprecation --no-warnings
'use strict';
const common = require('../common');

View File

@ -19,8 +19,6 @@
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
// Flags: --expose-internals
'use strict';
const common = require('../common');
const assert = require('assert');

View File

@ -1,4 +1,3 @@
// Flags: --pending-deprecation --no-warnings
'use strict';
const common = require('../common');

View File

@ -1,4 +1,4 @@
// Flags: --expose-gc --expose-internals
// Flags: --expose-internals
'use strict';