aboutsummaryrefslogtreecommitdiffstats
path: root/sys/test
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-01-06 18:03:14 +0100
committerDmitry Vyukov <dvyukov@google.com>2022-01-11 16:30:08 +0100
commit1a2fb60b1e34cbc7f21351da8f9e3e253173bde8 (patch)
tree28f9c3633e186e192670a214fdd95012e0dcae8a /sys/test
parent2cfe62f82077ba012aef55db5288985bc0c426d9 (diff)
sys/linux: use out_overlay attribute
Remove all uses of direction attributes on union fields and use out_overlay attribute instead. The attribute actually does what was the intention behind use of direction attribute on unions.
Diffstat (limited to 'sys/test')
-rw-r--r--sys/test/test.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/test/test.txt b/sys/test/test.txt
index 5436c3fd5..a8e0a39fd 100644
--- a/sys/test/test.txt
+++ b/sys/test/test.txt
@@ -853,10 +853,10 @@ syz_r102_in_recur1 {
f0 r102 (in)
}
-syz_r103_r104_u [
+syz_r103_r104_u {
opt0 r103 (out)
opt1 r104 (in)
-]
+}
syz_r103_r104_s {
opt0 r103 (out)