Commit d2a4bd32 authored by dcarney@chromium.org's avatar dcarney@chromium.org

don't anger clang

R=svenpanne@chromium.org

BUG=

Review URL: https://codereview.chromium.org/141433016

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18848 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent d1a10c6e
......@@ -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)));
}
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment