mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-21 22:34:34 +00:00
Add reminder test to implement strings.
This commit is contained in:
parent
ad610b57f5
commit
0b5ddb697b
@ -33,3 +33,16 @@ OpReturnValue %7
|
||||
OpFunctionEnd"#,
|
||||
);
|
||||
}
|
||||
|
||||
// TODO: Implement strings to make this compile
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn panic() {
|
||||
val(r#"
|
||||
#[allow(unused_attributes)]
|
||||
#[spirv(fragment)]
|
||||
pub fn main() {
|
||||
panic!("aaa");
|
||||
}
|
||||
"#);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user