Skip to content

Commit

Permalink
Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed Dec 4, 2023
1 parent 329a907 commit cf8e61b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,9 @@ if(ARCH STREQUAL "MOS")
pr88904.c
pr65956.c
stkalign.c

# Too much register pressure
pr28982a.c
)
list(APPEND MOSTestsToSkip ${TestRequiresLibM})

Expand Down Expand Up @@ -707,7 +710,6 @@ if(ARCH STREQUAL "MOS")

# Too much reg pressure.
builtin-bitops-1.c
pr28982a.c
)
list(APPEND TestsToSkip ${MOSO0TestsToSkip})
endif()
Expand Down

0 comments on commit cf8e61b

Please sign in to comment.