| Index: test/unittests/compiler/bytecode-graph-builder-unittest.cc
|
| diff --git a/test/unittests/compiler/bytecode-graph-builder-unittest.cc b/test/unittests/compiler/bytecode-graph-builder-unittest.cc
|
| index d37a7e72408c4105a30988bee7eb629e3e50fae6..78f0533989b650ade872ce327b8c8cf2d1302b7e 100644
|
| --- a/test/unittests/compiler/bytecode-graph-builder-unittest.cc
|
| +++ b/test/unittests/compiler/bytecode-graph-builder-unittest.cc
|
| @@ -599,6 +599,9 @@ TEST_F(BytecodeGraphBuilderTest, StoreGlobal) {
|
| }
|
| }
|
|
|
| +
|
| +// TODO(rmcilroy): Add CallRuntime, CallJSRuntime and New tests.
|
| +
|
| } // namespace compiler
|
| } // namespace internal
|
| } // namespace v8
|
|
|