Fix relative include path in cctest case.
R=jarin@chromium.org, titzer@chromium.org Review URL: https://codereview.chromium.org/426233003 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22721 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
18bd8cadc4
commit
1e1a7a593b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user