Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 16cc9a0

Browse files
committed
add comment: needs force clang based tests
1 parent 4e0c7cb commit 16cc9a0

File tree

1 file changed

+1
-1
lines changed
  • tests/run-make/core-ffi-typecheck-clang

1 file changed

+1
-1
lines changed

tests/run-make/core-ffi-typecheck-clang/rmake.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//@ needs-force-clang-based-tests
12
// This test checks that the clang defines for each target allign with the core ffi types defined in
23
// mod.rs. Therefore each rust target is queried and the clang defines for each target are read and
34
// compared to the core sizes to verify all types and sizes allign at buildtime.
@@ -205,6 +206,5 @@ fn regex_mod() {
205206

206207
let file_name = "processed_mod.rs";
207208

208-
rfs::create_file(&file_name);
209209
rfs::write(&file_name, content);
210210
}

0 commit comments

Comments
 (0)