Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion vlib/v/builder/coroutines_runtime_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import v.ast
import v.pref

fn test_ensure_imported_coroutines_runtime_downloads_photonwrapper() {
$if windows {
$if !macos && !linux {
// coroutines are only supported on macOS & Linux — see pref.ensure_coroutines_runtime
return
}
test_root := os.join_path(os.vtmp_dir(), 'v_builder_coroutines_runtime')
Expand Down
Loading