Skip to content

Conversation

@CarlOlson
Copy link

Issue: #2071

The examples pass now with --frozen-intrinsics.

@@ -0,0 +1,21 @@
const { test } = require('tap')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const { test } = require('tap')
'use strict'
const { test } = require('tap')

Also, please use node:test instead. Tap will be removed with #2299.

You can remove the outer test(). It's unnecessary.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay, I've updated the test 👍

@CarlOlson CarlOlson force-pushed the fix-frozen-intrinsics branch from 12cbb7a to a8193d8 Compare October 11, 2025 04:56
@jsumners
Copy link
Member

Tests fail on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants