Rename deno.cc to binding.cc and other renames (#339)

Fixes #336
This commit is contained in:
Faris Amali Alis 2018-07-06 15:19:19 +08:00 committed by Ryan Dahl
parent 1f6f2f5cae
commit bfe08aa462
10 changed files with 20 additions and 21 deletions

View file

@ -2,7 +2,7 @@
// All rights reserved. MIT License.
#include "testing/gtest/include/gtest/gtest.h"
#include "include/deno.h"
#include "deno.h"
TEST(MockRuntimeTest, InitializesCorrectly) {
Deno* d = deno_new(nullptr, nullptr);