summaryrefslogtreecommitdiff
path: root/core/libdeno/test.h
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2020-01-05 09:19:29 -0500
committerGitHub <noreply@github.com>2020-01-05 09:19:29 -0500
commit5f1df038fb1462607af3555fa7431c05ca484dce (patch)
tree0e819c1e1ec422b9573abc379c79fcbcc1cbd88c /core/libdeno/test.h
parentc41280a057c9ca300afe43f2cb4f576e050f8cde (diff)
Replace libdeno with rusty_v8 (#3556)
Diffstat (limited to 'core/libdeno/test.h')
-rw-r--r--core/libdeno/test.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/core/libdeno/test.h b/core/libdeno/test.h
deleted file mode 100644
index 4d7b73ab3..000000000
--- a/core/libdeno/test.h
+++ /dev/null
@@ -1,12 +0,0 @@
-// Copyright 2018-2020 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_snapshot snapshot; // Loaded in libdeno/test.cc
-const deno_buf empty = {nullptr, 0};
-const deno_snapshot empty_snapshot = {nullptr, 0};
-
-#endif // TEST_H_