diff options
| author | Russ White <russ@riw.us> | 2018-08-22 16:04:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-22 16:04:37 -0400 |
| commit | 0a4ecf2729dae2c8951f0ce9dafa88a2927e90e3 (patch) | |
| tree | 9cf6d5b6b77b3e642e61a4a5c7c38e213fde7b4b /tests/lib/test_stream.c | |
| parent | 093033e7cc0b4449f7278cd67b38e63f9b6d1c04 (diff) | |
| parent | de75223eafe083d4d6c82155a6bf8b328f806634 (diff) | |
Merge pull request #2886 from donaldsharp/stream_resize
Stream resize
Diffstat (limited to 'tests/lib/test_stream.c')
| -rw-r--r-- | tests/lib/test_stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/test_stream.c b/tests/lib/test_stream.c index 5dc751a1b2..2ecfc87942 100644 --- a/tests/lib/test_stream.c +++ b/tests/lib/test_stream.c @@ -57,7 +57,7 @@ int main(void) print_stream(s); - stream_resize(s, stream_get_endp(s)); + stream_resize_inplace(&s, stream_get_endp(s)); print_stream(s); |
