summaryrefslogtreecommitdiff
path: root/deno2/deno_test.cc
diff options
context:
space:
mode:
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);