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 21bba5a commit b488d55Copy full SHA for b488d55
tests/compiletests/src/main.rs
@@ -140,7 +140,7 @@ impl Runner {
140
.environments()
141
.flat_map(|target| VARIATIONS.iter().map(move |variation| (target, variation)))
142
{
143
- let target = if target.contains("-") {
+ let target = if target.starts_with("spirv-unknown-") {
144
SpirvTargetEnv::parse_triple(target)
145
} else {
146
SpirvTargetEnv::parse_triple(&format!("spirv-unknown-{target}"))
0 commit comments