diff options
Diffstat (limited to 'mps/code/testlib.h')
| -rw-r--r-- | mps/code/testlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/testlib.h b/mps/code/testlib.h index d16f4fb6eef..2bcd50e7c18 100644 --- a/mps/code/testlib.h +++ b/mps/code/testlib.h | |||
| @@ -118,7 +118,7 @@ typedef long longest_t; | |||
| 118 | * argument on stderr and exits the program. Otherwise does nothing. | 118 | * argument on stderr and exits the program. Otherwise does nothing. |
| 119 | * | 119 | * |
| 120 | * Typical use: | 120 | * Typical use: |
| 121 | * die(mps_ap_create(&ap, pool, MPS_RANK_EXACT), "APCreate"); | 121 | * die(mps_ap_create(&ap, pool, mps_rank_exact()), "APCreate"); |
| 122 | */ | 122 | */ |
| 123 | 123 | ||
| 124 | extern void die(mps_res_t res, const char *s); | 124 | extern void die(mps_res_t res, const char *s); |