Disable CPlusPlus11Features for making GCMole and NaCL unhappy.

TBR=svenpanne@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22884 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
mstarzinger@chromium.org 2014-08-05 15:17:28 +00:00
parent d535f9896d
commit a99b0e61a6

View File

@ -223,7 +223,7 @@ TEST(SequenceCollectorRegression) {
// TODO(svenpanne) Unconditionally test this when our infrastructure is fixed.
#if !V8_CC_MSVC && !V8_OS_NACL
#if 0 && !V8_CC_MSVC && !V8_OS_NACL
TEST(CPlusPlus11Features) {
struct S {
bool x;