We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f7d7c commit f36bff1Copy full SHA for f36bff1
1 file changed
vlib/v/builder/coroutines_runtime_test.v
@@ -5,7 +5,8 @@ import v.ast
5
import v.pref
6
7
fn test_ensure_imported_coroutines_runtime_downloads_photonwrapper() {
8
- $if windows {
+ $if !macos && !linux {
9
+ // coroutines are only supported on macOS & Linux — see pref.ensure_coroutines_runtime
10
return
11
}
12
test_root := os.join_path(os.vtmp_dir(), 'v_builder_coroutines_runtime')
0 commit comments