summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johnson <johnson.peter@gmail.com>2021-07-09 15:42:53 -0500
committerGitHub <noreply@github.com>2021-07-09 13:42:53 -0700
commitf01afb6b5109bce276211e8d64d7c8bde6b71452 (patch)
tree280ebd0ebd90b8500c1da85356aee5a35622a8f4
parent009450c7ad4d425fa5a10ac4bd6efbd25248d823 (diff)
downloadyasm-f01afb6b5109bce276211e8d64d7c8bde6b71452.tar.gz
Fix test failures (#177)
These were caused by the addition of the segreg-in-64bit warning.
-rwxr-xr-xmodules/arch/x86/tests/x86_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/arch/x86/tests/x86_test.sh b/modules/arch/x86/tests/x86_test.sh
index a4fd2e37..56aa2154 100755
--- a/modules/arch/x86/tests/x86_test.sh
+++ b/modules/arch/x86/tests/x86_test.sh
@@ -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 $?