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() &> ();


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() &> ();
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to