Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1265)

Unified Diff: test/cctest/test-types.cc

Issue 141433016: don't anger clang (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-types.cc
diff --git a/test/cctest/test-types.cc b/test/cctest/test-types.cc
index 957c3d9e0ede15961441d6abec8ba8a4b53db6de..d29ee41100f6c3c57080479e4ae7330bbf04385e 100644
--- a/test/cctest/test-types.cc
+++ b/test/cctest/test-types.cc
@@ -811,7 +811,8 @@ struct Tests : Rep {
Rep2::ToRegion(&zone, isolate), isolate);
for (int i = 0; i < 100; ++i) {
TypeHandle type = T.Fuzz();
- CheckEqual(type, T.Convert<Type2>(T2.Convert<Type>(type)));
+ CheckEqual(type,
+ T.template Convert<Type2>(T2.template Convert<Type>(type)));
}
}
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698