| Index: test/cctest/compiler/test-run-deopt.cc
|
| diff --git a/test/cctest/compiler/test-run-deopt.cc b/test/cctest/compiler/test-run-deopt.cc
|
| index 36998d00050e149ab4329d26da545ad2437a0584..dbf3dfb8eb236b08bb5864804009f74c2ee7065f 100644
|
| --- a/test/cctest/compiler/test-run-deopt.cc
|
| +++ b/test/cctest/compiler/test-run-deopt.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "v8.h"
|
| +#include "src/v8.h"
|
|
|
| -#include "function-tester.h"
|
| +#include "test/cctest/compiler/function-tester.h"
|
|
|
| using namespace v8::internal;
|
| using namespace v8::internal::compiler;
|
|
|