Revision: 24405
Author:   [email protected]
Date:     Mon Oct  6 08:53:48 2014 UTC
Log:      Test C++11 features on *all* platforms.

[email protected]

Review URL: https://codereview.chromium.org/630773002
https://code.google.com/p/v8/source/detail?r=24405

Modified:
 /branches/bleeding_edge/test/cctest/test-utils.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-utils.cc Thu Aug 28 07:01:56 2014 UTC +++ /branches/bleeding_edge/test/cctest/test-utils.cc Mon Oct 6 08:53:48 2014 UTC
@@ -222,8 +222,6 @@
 }


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

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to