1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/gnrc_ipv6_ext_frag: fix compilation with NDEBUG

This commit is contained in:
Gunar Schorcht 2020-06-26 09:45:14 +02:00
parent ff4641ec36
commit 902203fa93

View File

@ -691,7 +691,7 @@ int main(void)
GNRC_NETIF_PRIO, "mock_netif",
&mock_netdev.netdev.netdev);
mock_netif = &_netif;
assert(res == 0);
expect(res == 0);
shell_run(shell_commands, line_buf, SHELL_DEFAULT_BUFSIZE);
return 0;
}