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 4e0c7cb commit 16cc9a0Copy full SHA for 16cc9a0
tests/run-make/core-ffi-typecheck-clang/rmake.rs
@@ -1,3 +1,4 @@
1
+//@ needs-force-clang-based-tests
2
// This test checks that the clang defines for each target allign with the core ffi types defined in
3
// mod.rs. Therefore each rust target is queried and the clang defines for each target are read and
4
// compared to the core sizes to verify all types and sizes allign at buildtime.
@@ -205,6 +206,5 @@ fn regex_mod() {
205
206
207
let file_name = "processed_mod.rs";
208
- rfs::create_file(&file_name);
209
rfs::write(&file_name, content);
210
}
0 commit comments