Skip to content

Commit f6162c9

Browse files
committed
add unit test for cc-detect
1 parent a7e3d13 commit f6162c9

File tree

2 files changed

+472
-0
lines changed

2 files changed

+472
-0
lines changed

src/bootstrap/src/utils/cc_detect.rs

+3
Original file line numberDiff line numberDiff line change
@@ -332,3 +332,6 @@ impl Language {
332332
}
333333
}
334334
}
335+
336+
#[cfg(test)]
337+
mod tests;

0 commit comments

Comments
 (0)