Re: [PATCH] test: Fix tstring_ternary_nested .r file
Kris Van Hees <[email protected]>
| Newsgroups | dev.linux.lists.dtrace |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 05, 2025 at 02:43:50PM -0400, [email protected] wrote: > From: Eugene Loh <[email protected]> > > 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 <[email protected]> Reviewed-by: Kris Van Hees <[email protected]> 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 >