tests: dynamic_thread: no need to exclude x86 anymore

The heap allocator does honor alignment needs now.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
This commit is contained in:
Nicolas Pitre 2022-03-13 18:52:20 -04:00 committed by Anas Nashif
commit 4f417940ca

View file

@ -2,4 +2,3 @@ tests:
kernel.threads.dynamic:
tags: kernel threads userspace ignore_faults
filter: CONFIG_ARCH_HAS_USERSPACE
arch_exclude: x86 # see GitHub #17893