##// END OF EJS Templates
tests: fix a typo in test-demandimport.t...
tests: fix a typo in test-demandimport.t I guess we figured out why it wasn't lazy.

File last commit:

r45179:1f5ab1a9 default
r50834:32155ea1 stable
Show More
build.rs
7 lines | 155 B | application/rls-services+xml | RustLexer
fn main() {
cc::Build::new()
.warnings(true)
.file("src/sendfds.c")
.file("src/sighandlers.c")
.compile("procutil");
}