diff options
Diffstat (limited to 'lib9p/tests/test_compile.c')
-rw-r--r-- | lib9p/tests/test_compile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib9p/tests/test_compile.c b/lib9p/tests/test_compile.c index 0e33522..d001b2f 100644 --- a/lib9p/tests/test_compile.c +++ b/lib9p/tests/test_compile.c @@ -46,6 +46,7 @@ int main(void) { x = LIB9P_O_EXEC; x = LIB9P_O_MODE_MASK; x = LIB9P_O_FLAG_MASK; + x = LIB9P_ERRNO_NOERROR; x = LIB9P_GETATTR_DATA_VERSION; x = LIB9P_GETATTR_GEN; x = LIB9P_GETATTR_BTIME; |