[PATCH] D21349: [libcxx] [test] Fix a typo in commented-out code.

Stephan T. Lavavej via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 14 14:21:43 PDT 2016


STL_MSFT created this revision.
STL_MSFT added reviewers: EricWF, mclow.lists.
STL_MSFT added a subscriber: cfe-commits.

Fix a typo in commented-out code.

http://reviews.llvm.org/D21349

Files:
  test/std/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp

Index: test/std/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp
===================================================================
--- test/std/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp
+++ test/std/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp
@@ -104,7 +104,7 @@
 
 //  LWG 2560  -- postpone this test until bots updated
 //     test_is_not_constructible<void()> ();
-// #if TEST_STD_VERS > 11
+// #if TEST_STD_VER > 11
 //     test_is_not_constructible<void() const> ();
 //     test_is_not_constructible<void() volatile> ();
 //     test_is_not_constructible<void() &> ();


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21349.60753.patch
Type: text/x-patch
Size: 646 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160614/2d9eec33/attachment-0001.bin>


More information about the cfe-commits mailing list