| Index: gin/test/file_runner.cc
|
| diff --git a/gin/test/file_runner.cc b/gin/test/file_runner.cc
|
| index 86cb2f34b8e9400c1ef274531e651dbd7f17bbd4..858fb3923301a28768e23efc83b7772b3518ef36 100644
|
| --- a/gin/test/file_runner.cc
|
| +++ b/gin/test/file_runner.cc
|
| @@ -12,6 +12,7 @@
|
| #include "gin/modules/module_registry.h"
|
| #include "gin/public/context_holder.h"
|
| #include "gin/public/isolate_holder.h"
|
| +#include "gin/test/gc.h"
|
| #include "gin/test/gtest.h"
|
| #include "gin/try_catch.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -34,6 +35,7 @@ FileRunnerDelegate::FileRunnerDelegate()
|
| : ModuleRunnerDelegate(GetModuleSearchPaths()) {
|
| AddBuiltinModule(Console::kModuleName, Console::GetModule);
|
| AddBuiltinModule(GTest::kModuleName, GTest::GetModule);
|
| + AddBuiltinModule(GC::kModuleName, GC::GetModule);
|
| }
|
|
|
| FileRunnerDelegate::~FileRunnerDelegate() {
|
|
|