Message ID | 20201008114522.550670-1-paul.elder@ideasonboard.com |
---|---|
State | Accepted |
Commit | 4d4a8862b2083628dab106e57f1be750bf6d8c61 |
Headers | show |
Series |
|
Related | show |
Hi Paul, On 08/10/2020 12:45, Paul Elder wrote: > Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> > --- > test/span.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test/span.cpp b/test/span.cpp > index 69f0732e..d60b769c 100644 > --- a/test/span.cpp > +++ b/test/span.cpp > @@ -106,7 +106,7 @@ protected: > /* staticSpan.subspan(2, 4); */ > > /* > - * Compile-test construction and usage of spans with static > + * Compile-test construction and usage of spans with dynamic > * extent. Commented-out tests are expected not to compile, or > * to generate undefined behaviour. > */ >
Hi Paul, Thank you for the patch. On Thu, Oct 08, 2020 at 08:45:22PM +0900, Paul Elder wrote: > Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > test/span.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test/span.cpp b/test/span.cpp > index 69f0732e..d60b769c 100644 > --- a/test/span.cpp > +++ b/test/span.cpp > @@ -106,7 +106,7 @@ protected: > /* staticSpan.subspan(2, 4); */ > > /* > - * Compile-test construction and usage of spans with static > + * Compile-test construction and usage of spans with dynamic > * extent. Commented-out tests are expected not to compile, or > * to generate undefined behaviour. > */
diff --git a/test/span.cpp b/test/span.cpp index 69f0732e..d60b769c 100644 --- a/test/span.cpp +++ b/test/span.cpp @@ -106,7 +106,7 @@ protected: /* staticSpan.subspan(2, 4); */ /* - * Compile-test construction and usage of spans with static + * Compile-test construction and usage of spans with dynamic * extent. Commented-out tests are expected not to compile, or * to generate undefined behaviour. */
Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> --- test/span.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)