Skip to content

Commit 3e3ac03

Browse files
committed
Correct __arch64__ error config for 1F1.
1 parent 33f80d9 commit 3e3ac03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_1F1.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ void expected_results()
117117

118118
#endif
119119

120-
#if defined(__aarch64__) || defined(__s390__)
120+
#if (defined(__aarch64__) && !defined(__APPLE__)) || defined(__s390__)
121121
add_expected_result(
122122
".*", // compiler
123123
".*", // stdlib

0 commit comments

Comments
 (0)