Skip to content

Commit 8944fa1

Browse files
committed
compiletest: set default target to "vulkan1.2"
1 parent 61ff45d commit 8944fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compiletests/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct Opt {
1414
bless: bool,
1515

1616
/// The environment to compile to the SPIR-V tests.
17-
#[arg(long, default_value = "spv1.3")]
17+
#[arg(long, default_value = "vulkan1.2")]
1818
target_env: String,
1919

2020
/// Only run tests that match these filters.

0 commit comments

Comments
 (0)