Skip to content

Commit

Permalink
Merge pull request #19806 from bradcray/fix-memtracking-internal-modu…
Browse files Browse the repository at this point in the history
…le-ref

Fix failing test fallout from #19788

[trivial, not reviewed]

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.
  • Loading branch information
bradcray committed May 13, 2022
2 parents 0366c27 + e3140cc commit ba085a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/execflags/thomasvandoren/exceedMemInts.chpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use MemTracking;
writeln(max(uint(64)));
writeln("memMax = ", MemTracking.memMax);
writeln("memThreshold = ", MemTracking.memThreshold);

0 comments on commit ba085a3

Please sign in to comment.