Skip to content

Commit f36bff1

Browse files
authored
builder: prevent coroutines_runtime_test on FreeBSD (#27016)
1 parent 11f7d7c commit f36bff1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

vlib/v/builder/coroutines_runtime_test.v

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import v.ast
55
import v.pref
66

77
fn test_ensure_imported_coroutines_runtime_downloads_photonwrapper() {
8-
$if windows {
8+
$if !macos && !linux {
9+
// coroutines are only supported on macOS & Linux — see pref.ensure_coroutines_runtime
910
return
1011
}
1112
test_root := os.join_path(os.vtmp_dir(), 'v_builder_coroutines_runtime')

0 commit comments

Comments
 (0)