Fix test failures (#177)

These were caused by the addition of the segreg-in-64bit warning.
This commit is contained in:
Peter Johnson 2021-07-09 15:42:53 -05:00 committed by GitHub
parent 009450c7ad
commit f01afb6b51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
#! /bin/sh
${srcdir}/out_test.sh x86_test modules/arch/x86/tests "x86 arch" "-f bin" ""
${srcdir}/out_test.sh x86_test modules/arch/x86/tests "x86 arch" "-f bin -Wsegreg-in-64bit" ""
exit $?