Skip to content

Commit d11db7f

Browse files
committed
DTNN-653 Functional test cmake fix
1 parent bb1fe73 commit d11db7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ut-functional/sanity-test.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
#include <ctype.h>
3030
#include <stdarg.h>
3131

32-
// #include <osapi.h>
32+
#include <osapi.h>
3333

34-
// #include <utassert.h>
35-
// #include <utstubs.h>
36-
// #include <uttest.h>
34+
#include <utassert.h>
35+
#include <utstubs.h>
36+
#include <uttest.h>
3737

3838
#include "bplib.h"
3939

0 commit comments

Comments
 (0)