diff options
Diffstat (limited to 'libdeno/test.h')
-rw-r--r-- | libdeno/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdeno/test.h b/libdeno/test.h index 25ca93988..2f7c32384 100644 --- a/libdeno/test.h +++ b/libdeno/test.h @@ -6,6 +6,6 @@ #include "testing/gtest/include/gtest/gtest.h" extern deno_buf snapshot; // Loaded in libdeno/test.cc -const deno_buf empty = {nullptr, 0, nullptr, 0}; +const deno_buf empty = {nullptr, 0, nullptr, 0, 0}; #endif // TEST_H_ |