summaryrefslogtreecommitdiff
path: root/core/libdeno/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/libdeno/test.h')
-rw-r--r--core/libdeno/test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/libdeno/test.h b/core/libdeno/test.h
index 2f7c32384..dd5dc99b2 100644
--- a/core/libdeno/test.h
+++ b/core/libdeno/test.h
@@ -5,7 +5,8 @@
#include "deno.h"
#include "testing/gtest/include/gtest/gtest.h"
-extern deno_buf snapshot; // Loaded in libdeno/test.cc
+extern deno_snapshot snapshot; // Loaded in libdeno/test.cc
const deno_buf empty = {nullptr, 0, nullptr, 0, 0};
+const deno_snapshot empty_snapshot = {nullptr, 0};
#endif // TEST_H_