Skip to content

Commit af608f5

Browse files
committed
Fix CI
1 parent 5a9c465 commit af608f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/arch-x86_64-z-dynamic-undefined-weak.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
. $(dirname $0)/common.inc
33

4-
5:[ "$(uname)" = FreeBSD ] && skip
4+
[ "$(uname)" = FreeBSD ] && skip
55

66
cat <<EOF | $CC -o $t/b.o -c -xc - -fno-PIE
77
#include <stdio.h>

0 commit comments

Comments
 (0)