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:
parent
ff4641ec36
commit
902203fa93
@ -691,7 +691,7 @@ int main(void)
|
|||||||
GNRC_NETIF_PRIO, "mock_netif",
|
GNRC_NETIF_PRIO, "mock_netif",
|
||||||
&mock_netdev.netdev.netdev);
|
&mock_netdev.netdev.netdev);
|
||||||
mock_netif = &_netif;
|
mock_netif = &_netif;
|
||||||
assert(res == 0);
|
expect(res == 0);
|
||||||
shell_run(shell_commands, line_buf, SHELL_DEFAULT_BUFSIZE);
|
shell_run(shell_commands, line_buf, SHELL_DEFAULT_BUFSIZE);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user