[DTrace-devel] [PATCH 09/13] Fix minor typo in test

Kris Van Hees kris.van.hees at oracle.com
Tue Dec 8 11:03:01 PST 2020


We won't need this patch because I updated the assertion text when I
changed it to a new name.  Thanks for catching this mistake though!

On Wed, Dec 02, 2020 at 01:54:54PM -0500, eugene.loh at oracle.com wrote:
> From: Eugene Loh <eugene.loh at oracle.com>
> 
> Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
> Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>
> ---
>  test/unittest/aggs/err.D_PROTO_LEN.llquantizetoofew.d | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/test/unittest/aggs/err.D_PROTO_LEN.llquantizetoofew.d b/test/unittest/aggs/err.D_PROTO_LEN.llquantizetoofew.d
> index d2e3d903..67fe4cb3 100644
> --- a/test/unittest/aggs/err.D_PROTO_LEN.llquantizetoofew.d
> +++ b/test/unittest/aggs/err.D_PROTO_LEN.llquantizetoofew.d
> @@ -1,13 +1,13 @@
>  /*
>   * Oracle Linux DTrace.
> - * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
> + * Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
>   * Licensed under the Universal Permissive License v 1.0 as shown at
>   * http://oss.oracle.com/licenses/upl.
>   */
>  
>  /*
>   * ASSERTION:
> - *   llquantize() should not accept two few arguments
> + *   llquantize() should not accept too few arguments
>   *
>   * SECTION: Aggregations/Aggregations
>   *
> -- 
> 2.18.4
> 
> 
> _______________________________________________
> DTrace-devel mailing list
> DTrace-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/dtrace-devel



More information about the DTrace-devel mailing list