diff options
| author | Tomasz Miąsko <tomasz.miasko@gmail.com> | 2022-08-23 00:00:00 +0000 |
|---|---|---|
| committer | Tomasz Miąsko <tomasz.miasko@gmail.com> | 2022-08-23 10:06:06 +0200 |
| commit | ba74a628adfa70be5b13b6588715f0d5abd1bd5c (patch) | |
| tree | ebf053b3e7f37a6d3a82e46a48b9180d40ee085c /src/test/run-make/fmt-write-bloat | |
| parent | 38528d4dc0a0c079069764f23f11ef9f4fba2f95 (diff) | |
| download | rust-ba74a628adfa70be5b13b6588715f0d5abd1bd5c.tar.gz rust-ba74a628adfa70be5b13b6588715f0d5abd1bd5c.zip | |
Diagnose missing includes in run-make tests
Diffstat (limited to 'src/test/run-make/fmt-write-bloat')
| -rw-r--r-- | src/test/run-make/fmt-write-bloat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/fmt-write-bloat/Makefile b/src/test/run-make/fmt-write-bloat/Makefile index 26e08086a72..07e6e025e08 100644 --- a/src/test/run-make/fmt-write-bloat/Makefile +++ b/src/test/run-make/fmt-write-bloat/Makefile @@ -1,4 +1,4 @@ --include ../../run-make-fulldeps/tools.mk +include ../../run-make-fulldeps/tools.mk # ignore-windows |
