summaryrefslogtreecommitdiff
path: root/libdeno/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdeno/test.h')
-rw-r--r--libdeno/test.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/libdeno/test.h b/libdeno/test.h
deleted file mode 100644
index 2f7c32384..000000000
--- a/libdeno/test.h
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
-#ifndef TEST_H_
-#define TEST_H_
-
-#include "deno.h"
-#include "testing/gtest/include/gtest/gtest.h"
-
-extern deno_buf snapshot; // Loaded in libdeno/test.cc
-const deno_buf empty = {nullptr, 0, nullptr, 0, 0};
-
-#endif // TEST_H_