[libcxx-commits] [libcxx] 2453c51 - [libc++][NFC] Fix outdated comment in span test
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 6 11:06:15 PDT 2022
Author: Louis Dionne
Date: 2022-06-06T14:06:05-04:00
New Revision: 2453c515ac6e7fc2fe031b8dadea41dafaf0f2ea
URL: https://github.com/llvm/llvm-project/commit/2453c515ac6e7fc2fe031b8dadea41dafaf0f2ea
DIFF: https://github.com/llvm/llvm-project/commit/2453c515ac6e7fc2fe031b8dadea41dafaf0f2ea.diff
LOG: [libc++][NFC] Fix outdated comment in span test
Added:
Modified:
libcxx/test/std/containers/views/span.elem/op_idx.pass.cpp
Removed:
################################################################################
diff --git a/libcxx/test/std/containers/views/span.elem/op_idx.pass.cpp b/libcxx/test/std/containers/views/span.elem/op_idx.pass.cpp
index f6b7fbc0b9f17..fdafbfc73e129 100644
--- a/libcxx/test/std/containers/views/span.elem/op_idx.pass.cpp
+++ b/libcxx/test/std/containers/views/span.elem/op_idx.pass.cpp
@@ -10,7 +10,6 @@
// <span>
// constexpr reference operator[](size_type idx) const;
-// constexpr reference operator()(size_type idx) const;
//
More information about the libcxx-commits
mailing list