Reviewers: titzer,

Description:
Fix relative include path in cctest case.

[email protected]

Please review this at https://codereview.chromium.org/426233003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -2 lines):
  M test/cctest/compiler/test-run-deopt.cc


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;


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to