Chromium Code Reviews

Unified Diff: test/unittests/test-utils.h

Issue 1092923002: Remove support for externally backed elements from the API (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « test/cctest/test-heap.cc ('k') | test/unittests/test-utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/test-utils.h
diff --git a/test/unittests/test-utils.h b/test/unittests/test-utils.h
index 42831a7db084c559e25f8ed306571195125a495b..72eb2c05549d45deb92484c44efd5e0714095555 100644
--- a/test/unittests/test-utils.h
+++ b/test/unittests/test-utils.h
@@ -13,8 +13,6 @@
namespace v8 {
-std::ostream& operator<<(std::ostream&, ExternalArrayType);
-
class TestWithIsolate : public virtual ::testing::Test {
public:
« no previous file with comments | « test/cctest/test-heap.cc ('k') | test/unittests/test-utils.cc » ('j') | no next file with comments »

Powered by Google App Engine