diff options
| author | Mattias Andrée <maandree@kth.se> | 2022-02-16 20:55:41 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2022-02-16 20:55:41 +0100 | 
| commit | 3db9d3e7f43d5b1d1911c8d65d2d2c8688873632 (patch) | |
| tree | de7cc914f8ba0e7f72ec74aaa1021c7273c5997c | |
| parent | Add more test code (diff) | |
| download | libar2-3db9d3e7f43d5b1d1911c8d65d2d2c8688873632.tar.gz libar2-3db9d3e7f43d5b1d1911c8d65d2d2c8688873632.tar.bz2 libar2-3db9d3e7f43d5b1d1911c8d65d2d2c8688873632.tar.xz | |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | test.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -1133,6 +1133,7 @@ check_failures(void)  	errno = 0;  	user_data.destroy_thread_pool_error = EDOM;  	assert(libar2_hash(sbuf, NULL, 0, ¶ms, &ctx_pt) == -1 && errno == EDOM); +	errno = 0;  	user_data.destroy_thread_pool_error = EDOM;  	params.lanes = 1;  	assert(libar2_hash(sbuf, NULL, 0, ¶ms, &ctx_pt) == -1 && errno == EDOM); | 
