[libcxx-commits] [libcxx] f58e78f - [libcxx][span] trivial whitespace fix to test commit rights
Michael Schellenberger Costa via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 15 00:54:49 PDT 2020
Author: Michael Schellenberger Costa
Date: 2020-05-15T09:54:41+02:00
New Revision: f58e78f9920531f85d98e8041f6967eeb1bd0d3a
URL: https://github.com/llvm/llvm-project/commit/f58e78f9920531f85d98e8041f6967eeb1bd0d3a
DIFF: https://github.com/llvm/llvm-project/commit/f58e78f9920531f85d98e8041f6967eeb1bd0d3a.diff
LOG: [libcxx][span] trivial whitespace fix to test commit rights
Reviewers: #libc!, miscco
Reviewed By: miscco
Subscribers: broadwaylamb, libcxx-commits
Tags: #libc
Differential Revision: https://reviews.llvm.org/D79986
Added:
Modified:
libcxx/test/std/containers/views/span.cons/container.fail.cpp
Removed:
################################################################################
diff --git a/libcxx/test/std/containers/views/span.cons/container.fail.cpp b/libcxx/test/std/containers/views/span.cons/container.fail.cpp
index 81abde99be3a..91637da37d3d 100644
--- a/libcxx/test/std/containers/views/span.cons/container.fail.cpp
+++ b/libcxx/test/std/containers/views/span.cons/container.fail.cpp
@@ -24,7 +24,6 @@
// — remove_pointer_t<decltype(data(cont))>(*)[] is convertible to ElementType(*)[].
//
-
#include <span>
#include <cassert>
#include <deque>
More information about the libcxx-commits
mailing list