From 023352dca39e7ecfb4cc1aa6863d3a8068e6abdd Mon Sep 17 00:00:00 2001 From: Igor Chervatyuk Date: Mon, 24 Jun 2024 23:57:36 +0100 Subject: pkg/compiler: updated testdata for 'fmt' New usecases for 'fmt' arguments after enabling 'proc' type in context of structures outlined in testdata/all.txt. --- pkg/compiler/testdata/all.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg') diff --git a/pkg/compiler/testdata/all.txt b/pkg/compiler/testdata/all.txt index 38511c2c7..68e85492d 100644 --- a/pkg/compiler/testdata/all.txt +++ b/pkg/compiler/testdata/all.txt @@ -330,6 +330,8 @@ foo_fmt6(a ptr[in, fmt[dec, flags[flags_with_one_value]]]) struct$fmt0 { f0 fmt[dec, int8] + f1 fmt[hex, proc[0, 1]] + f2 ptr[in, fmt[oct, proc[0, 1]]] } flags_with_one_value = 0 -- cgit mrf-deployment