summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatoro <matoro@users.noreply.github.com>2022-06-13 22:56:26 -0400
committermatoro <matoro@users.noreply.github.com>2022-06-13 22:56:26 -0400
commit76dc5c7d69a445268f47f5b6a9185e644bcd68e8 (patch)
treee5cf94d7f1b113a3826acedef4747a3101f9f4f2
parent241b10322283743b79c9489993bfb964b5167f7f (diff)
downloadffi-76dc5c7d69a445268f47f5b6a9185e644bcd68e8.tar.gz
Also normalize sparc64 -> sparcv9 in test fixture
-rw-r--r--spec/ffi/fixtures/compile.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/ffi/fixtures/compile.rb b/spec/ffi/fixtures/compile.rb
index f2e831a..58ee561 100644
--- a/spec/ffi/fixtures/compile.rb
+++ b/spec/ffi/fixtures/compile.rb
@@ -22,6 +22,8 @@ module TestLibrary
"powerpc64"
when /ppc|powerpc/
"powerpc"
+ when /sparcv9|sparc64/
+ "sparcv9"
when /^arm/
if RbConfig::CONFIG['host_os'] =~ /darwin/
"aarch64"