[DTrace-devel] [PATCH] test: Fix tstring_ternary_nested .r file

Kris Van Hees kris.van.hees at oracle.com
Wed Aug 6 17:57:29 UTC 2025


On Tue, Aug 05, 2025 at 02:43:50PM -0400, eugene.loh at oracle.com wrote:
> From: Eugene Loh <eugene.loh at oracle.com>
> 
> In commit 5b20226bc ("cg: optimize ternary expressions for strings"),
> new tests were added.  Fix the apparent typo that is in one of them.
> 
> Signed-off-by: Eugene Loh <eugene.loh at oracle.com>

Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>

Thank you for fixing my mistake.

> ---
>  test/unittest/codegen/tst.tstring_ternary_nested.r | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/test/unittest/codegen/tst.tstring_ternary_nested.r b/test/unittest/codegen/tst.tstring_ternary_nested.r
> index 9c70ea196..1ab56ba84 100644
> --- a/test/unittest/codegen/tst.tstring_ternary_nested.r
> +++ b/test/unittest/codegen/tst.tstring_ternary_nested.r
> @@ -1 +1 @@
> -ucwxyz
> +uvwxyz
> -- 
> 2.43.5
> 



More information about the DTrace-devel mailing list