summaryrefslogtreecommitdiff
path: root/deno2/deno_test.cc
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-06-10 04:55:31 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-06-10 04:55:31 +0200
commit3062039ffe5563cab1f80b2d7da2d9c7e468c462 (patch)
treec431436f2fdfe49ad1e535bea1fda1fd1acb50b5 /deno2/deno_test.cc
parentaa857984b04511e62296b6d3ad9a451f81d71f71 (diff)
First pass at libdeno.
Diffstat (limited to 'deno2/deno_test.cc')
-rw-r--r--deno2/deno_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/deno2/deno_test.cc b/deno2/deno_test.cc
index 3656e1d1f..4d3d20d94 100644
--- a/deno2/deno_test.cc
+++ b/deno2/deno_test.cc
@@ -2,7 +2,7 @@
// All rights reserved. MIT License.
#include "testing/gtest/include/gtest/gtest.h"
-#include "./deno.h"
+#include "include/deno.h"
TEST(SnapshotTest, InitializesCorrectly) {
EXPECT_TRUE(true);