Revision: 22721
Author:   [email protected]
Date:     Wed Jul 30 15:35:29 2014 UTC
Log:      Fix relative include path in cctest case.

[email protected], [email protected]

Review URL: https://codereview.chromium.org/426233003
http://code.google.com/p/v8/source/detail?r=22721

Modified:
 /branches/bleeding_edge/test/cctest/compiler/test-run-deopt.cc

=======================================
--- /branches/bleeding_edge/test/cctest/compiler/test-run-deopt.cc Wed Jul 30 13:54:45 2014 UTC +++ /branches/bleeding_edge/test/cctest/compiler/test-run-deopt.cc Wed Jul 30 15:35:29 2014 UTC
@@ -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