selftests/bpf: Clean up dynptr prog_tests
authorJoanne Koong <joannelkoong@gmail.com>
Tue, 14 Feb 2023 05:13:32 +0000 (21:13 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 14 Feb 2023 05:42:29 +0000 (21:42 -0800)
commit50a7cedb150a628b54aa7f8ce1e922a72c773273
tree61fa4d77636bc054c618937141408aeb729cb4b5
parent8032cad1030279066ce4a1f82b76d0fe7eb578e2
selftests/bpf: Clean up dynptr prog_tests

Clean up prog_tests/dynptr.c by removing the unneeded "expected_err_msg"
in the dynptr_tests struct, which is a remnant from converting the fail
tests cases to use the generic verification tester.

Signed-off-by: Joanne Koong <joannelkoong@gmail.com>
Link: https://lore.kernel.org/r/20230214051332.4007131-2-joannelkoong@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/prog_tests/dynptr.c