Test C++11 features on *all* platforms.

R=bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24405 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
svenpanne@chromium.org 2014-10-06 08:53:48 +00:00
parent f33d033725
commit 560659e321

View File

@ -222,8 +222,6 @@ TEST(SequenceCollectorRegression) {
}
// TODO(svenpanne) Unconditionally test this when our infrastructure is fixed.
#if !V8_OS_NACL
TEST(CPlusPlus11Features) {
struct S {
bool x;
@ -256,4 +254,3 @@ TEST(CPlusPlus11Features) {
j += 11;
}
}
#endif