Skip to content

Commit 8835777

Browse files
committed
fbc-tests: dissallow cva_list returned by value on freebsd 64-bit
1 parent 7b91e93 commit 8835777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functions/va_cva_api.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ SUITE( fbc_tests.functions.va_cva_api )
397397
complex_tests( 1234, 4, 1000, 200, 30, 4 )
398398
END_TEST
399399

400-
#if defined(__FB_LINUX__) and defined(__FB_64BIT__)
400+
#if defined(__FB_UNIX__) and defined(__FB_64BIT__)
401401
'' Returning an array not allowed in gcc and some
402402
'' tests will fail to compile in gcc on linux x86_64.
403403
'' To handle returning a byval cva_list, would need to

0 commit comments

Comments
 (0)