diff options
Diffstat (limited to 'tests/sandbox/testconf.yml')
-rw-r--r-- | tests/sandbox/testconf.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/sandbox/testconf.yml b/tests/sandbox/testconf.yml index 6140daaf9c787..e9e1facbddfac 100644 --- a/tests/sandbox/testconf.yml +++ b/tests/sandbox/testconf.yml @@ -4,6 +4,7 @@ --- :unity: :suite_setup: + - extern int change_iobufs(int); - extern int change_logfile(const char*, int); + - change_iobufs(1); - change_logfile("stderr", 0); - |