From e55363ec8a17004b1e9f575d6e55df2f67521800 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Fri, 3 Jan 2025 13:31:58 +0900 Subject: [PATCH] Attempt to fix CI --- test/arch-x86_64-function-multiversion.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/arch-x86_64-function-multiversion.sh b/test/arch-x86_64-function-multiversion.sh index fa31045d4f..0b061872db 100755 --- a/test/arch-x86_64-function-multiversion.sh +++ b/test/arch-x86_64-function-multiversion.sh @@ -1,7 +1,9 @@ #!/bin/bash . $(dirname $0)/common.inc -cat < class Hello { @@ -17,7 +19,7 @@ EOF $CXX -B. -shared -o $t/b.so $t/a.o -cat <