Skip to content

Commit

Permalink
Fix failing test fallout from chapel-lang#19788
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
bradcray committed May 13, 2022
1 parent 741a841 commit e3140cc
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 e3140cc

Please sign in to comment.