// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "gin/shell_runner.h" #include "gin/converter.h" #include "gin/public/isolate_holder.h" #include "gin/test/v8_test.h" namespace gin { RunnerTest; TEST_F(RunnerTest, Run) { … } } // namespace gin