Chromium Code Reviews| Index: test/cctest/test-utils.cc |
| diff --git a/test/cctest/test-utils.cc b/test/cctest/test-utils.cc |
| index 9ea8b2b6a35f8aa1e6f98193757433df55eba07c..cf539305b3074985c0c1216f0353e0339ba5aa8a 100644 |
| --- a/test/cctest/test-utils.cc |
| +++ b/test/cctest/test-utils.cc |
| @@ -223,7 +223,7 @@ TEST(SequenceCollectorRegression) { |
| // TODO(svenpanne) Unconditionally test this when our infrastructure is fixed. |
| -#if !V8_OS_NACL |
| +#if !V8_CC_MSVC && !V8_OS_NACL |
| TEST(CPlusPlus11Features) { |
| struct S { |
| bool x; |