From: machenbach@chromium.org Date: Thu, 28 Aug 2014 07:01:56 +0000 (+0000) Subject: Reland "Enable C++11 tests on windows." X-Git-Tag: upstream/4.7.83~7314 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33c28c715254c17f7cabd7ce3272eafe529c8190;p=platform%2Fupstream%2Fv8.git Reland "Enable C++11 tests on windows." TBR=svenpanne@chromium.org BUG=400033 LOG=n Review URL: https://codereview.chromium.org/511113002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23473 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/cctest/test-utils.cc b/test/cctest/test-utils.cc index cf53930..9ea8b2b 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_CC_MSVC && !V8_OS_NACL +#if !V8_OS_NACL TEST(CPlusPlus11Features) { struct S { bool x;