Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing test fallout from #19788 #19806

Merged

Conversation

bradcray
Copy link
Member

This test is only run on linux32, so escaped my testing and refers to
an internal module, which is no longer available by default. Here,
I'm using an explicit use to bring the module's name into scope,
though this will also break if/when we implement the proposal in
#19793.

This test is only run on linux32, so escaped my testing and refers to
an internal module, which is no longer available by default.  Here,
I'm using an explicit `use` to bring the module's name into scope,
though this will also break if/when we implement the proposal in

---
Signed-off-by: Brad Chamberlain <bradcray@users.noreply.github.com>
@bradcray bradcray merged commit ba085a3 into chapel-lang:main May 13, 2022
@bradcray bradcray deleted the fix-memtracking-internal-module-ref branch May 13, 2022 03:19
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.

None yet

1 participant