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 bfe6c6a commit 329d3feCopy full SHA for 329d3fe
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