tests: iterable_sections: stop excluding posix

The iterable_sections test is excluding posix. Whatever the issue was at
the time this was set, the test seems to run fine on native_posix just
fine now.

Dropping the exclude to make this test run on native_posix.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri 2023-03-14 16:51:36 +00:00 committed by Christopher Friedt
commit 29ac5d4381

View file

@ -1,4 +1,4 @@
tests:
misc.iterable_sections:
tags: iterable_sections
arch_exclude: posix xtensa
arch_exclude: xtensa