| Index: test/cctest/interpreter/test-interpreter.cc
|
| diff --git a/test/cctest/interpreter/test-interpreter.cc b/test/cctest/interpreter/test-interpreter.cc
|
| index acc93c5282da1f3a0105eccdf508ff474bc60e21..e54c65c2af1d7dfce0b22f15f67cef37286e9418 100644
|
| --- a/test/cctest/interpreter/test-interpreter.cc
|
| +++ b/test/cctest/interpreter/test-interpreter.cc
|
| @@ -4154,8 +4154,7 @@ TEST(InterpreterGenerators) {
|
| };
|
|
|
| for (size_t i = 0; i < arraysize(tests); i++) {
|
| - std::string source(
|
| - InterpreterTester::SourceForBody(tests[i].first));
|
| + std::string source(InterpreterTester::SourceForBody(tests[i].first));
|
| InterpreterTester tester(handles.main_isolate(), source.c_str());
|
| auto callable = tester.GetCallable<>();
|
|
|
| @@ -4166,7 +4165,6 @@ TEST(InterpreterGenerators) {
|
| FLAG_ignition_generators = old_flag;
|
| }
|
|
|
| -
|
| } // namespace interpreter
|
| } // namespace internal
|
| } // namespace v8
|
|
|