summaryrefslogtreecommitdiff
path: root/src/test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.cc')
-rw-r--r--src/test.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test.cc b/src/test.cc
deleted file mode 100644
index 9638dba60..000000000
--- a/src/test.cc
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2018 the Deno authors. All rights reserved. MIT license.
-#include "deno.h"
-#include "testing/gtest/include/gtest/gtest.h"
-
-int main(int argc, char** argv) {
- testing::InitGoogleTest(&argc, argv);
- deno_init();
- deno_set_flags(&argc, argv);
- return RUN_ALL_TESTS();
-}