]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-make-fulldeps/sanitizer-staticlib-link/Makefile
Rollup merge of #101116 - GuillaumeGomez:rm-attrs-ty-alias, r=notriddle
[rust.git] / src / test / run-make-fulldeps / sanitizer-staticlib-link / Makefile
index 4894f65b114cdd55ffdd74abc77384b2dfe1dd21..7b1a286ed121d2fd73993b3312482bab076bf79c 100644 (file)
@@ -1,7 +1,7 @@
 # needs-sanitizer-support
 # needs-sanitizer-address
 
--include ../tools.mk
+include ../tools.mk
 
 # This test first builds a staticlib with AddressSanitizer and checks that
 # linking it to an executable fails due to the missing sanitizer runtime.