Skip to content

Commit

Permalink
Whoops... can't add lines to comments without updating .good files... :(
Browse files Browse the repository at this point in the history
---
Signed-off-by: Brad Chamberlain <[email protected]>
  • Loading branch information
bradcray committed Sep 15, 2023
1 parent 0326641 commit 38e3ab8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/deprecated/dmapType.good
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ dmapType.chpl:28: warning: 'Replicated' is deprecated, please use 'replicatedDis
dmapType.chpl:34: warning: 'Stencil' is deprecated, please use 'stencilDist' instead
dmapType.chpl:38: warning: 'Stencil' is deprecated, please use 'stencilDist' instead
dmapType.chpl:38: warning: 'Stencil' is deprecated, please use 'stencilDist' instead
dmapType.chpl:51: warning: 'Private' is deprecated, please use 'privateDist' instead
dmapType.chpl:54: warning: 'Private' is deprecated, please use 'privateDist' instead
dmapType.chpl:58: warning: 'Private' is deprecated, please use 'privateDist' instead
dmapType.chpl:58: warning: 'Private' is deprecated, please use 'privateDist' instead
dmapType.chpl:57: warning: 'Private' is deprecated, please use 'privateDist' instead
dmapType.chpl:61: warning: 'Private' is deprecated, please use 'privateDist' instead
dmapType.chpl:61: warning: 'Private' is deprecated, please use 'privateDist' instead
dmapType.chpl:4: warning: The use of 'dmap' is deprecated for this distribution; please replace 'new dmap(new <DistName>(<args>))' with 'new <DistName>(<args>)'
dmapType.chpl:8: warning: The use of 'dmap' is deprecated for this distribution; please replace 'dmap(<DistName>(<args>))' with '<DistName>(<args>)'
dmapType.chpl:14: warning: The use of 'dmap' is deprecated for this distribution; please replace 'new dmap(new <DistName>(<args>))' with 'new <DistName>(<args>)'
Expand All @@ -22,8 +22,8 @@ dmapType.chpl:24: warning: The use of 'dmap' is deprecated for this distribution
dmapType.chpl:28: warning: The use of 'dmap' is deprecated for this distribution; please replace 'dmap(<DistName>(<args>))' with '<DistName>(<args>)'
dmapType.chpl:34: warning: The use of 'dmap' is deprecated for this distribution; please replace 'new dmap(new <DistName>(<args>))' with 'new <DistName>(<args>)'
dmapType.chpl:38: warning: The use of 'dmap' is deprecated for this distribution; please replace 'dmap(<DistName>(<args>))' with '<DistName>(<args>)'
dmapType.chpl:54: warning: The use of 'dmap' is deprecated for this distribution; please replace 'new dmap(new <DistName>(<args>))' with 'new <DistName>(<args>)'
dmapType.chpl:58: warning: The use of 'dmap' is deprecated for this distribution; please replace 'dmap(<DistName>(<args>))' with '<DistName>(<args>)'
dmapType.chpl:57: warning: The use of 'dmap' is deprecated for this distribution; please replace 'new dmap(new <DistName>(<args>))' with 'new <DistName>(<args>)'
dmapType.chpl:61: warning: The use of 'dmap' is deprecated for this distribution; please replace 'dmap(<DistName>(<args>))' with '<DistName>(<args>)'
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
blockDist(1,int(64),unmanaged DefaultDist)
0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
Expand Down

0 comments on commit 38e3ab8

Please sign in to comment.