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

Commit 98ae709

Browse files
committed
styling fixes, skipped_targets clearly defined, bitXor removed, clang status check
1 parent 4b8291f commit 98ae709

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ fn main() {
113113
));
114114

115115
// Generate a target-specific rmake file.
116-
// If type misalignments occur, use the generated rmake file name to identify the failing target.
117-
// Replace dots (.) and hyphens (-) in the target name with underscores to ensure valid filenames.
116+
// If type misalignments occur,
117+
// generated rmake file name used to identify the failing target.
118118
let file_name = format!("{}_rmake.rs", target.replace("-", "_").replace(".", "_"));
119119

120-
// Attempt to build the test file for the relevant target. Tests use constant evaluation,
121-
// so running is not necessary.
120+
// Attempt to build the test file for the relevant target.
121+
// Tests use constant evaluation, so running is not necessary.
122122
rfs::write(&file_name, rmake_content);
123123
let rustc_output = rustc()
124124
.arg("-Zunstable-options")

0 commit comments

Comments
 (0)