diff options
| author | Theo Belaire <theo.belaire@gmail.com> | 2015-04-15 10:40:04 -0400 |
|---|---|---|
| committer | Theo Belaire <theo.belaire@gmail.com> | 2015-04-15 10:40:04 -0400 |
| commit | e4b3faca5167aeb77f49b9cfa9140482cd5ebd11 (patch) | |
| tree | 357101ce694c7ff4f917b0433e3f949fae3e67a1 /src/test/run-make/include_bytes_deps/input.bin | |
| parent | 9f481b85142362e725e6eb6b33a2eba062453c95 (diff) | |
| download | rust-e4b3faca5167aeb77f49b9cfa9140482cd5ebd11.tar.gz rust-e4b3faca5167aeb77f49b9cfa9140482cd5ebd11.zip | |
Added a test for include_bytes! dep info
This tests that both include_str! and include_bytes! mark their input file as a dependancy, and it's correctly outputted when you run `rustc --emit dep-info`.
Diffstat (limited to 'src/test/run-make/include_bytes_deps/input.bin')
| -rw-r--r-- | src/test/run-make/include_bytes_deps/input.bin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-make/include_bytes_deps/input.bin b/src/test/run-make/include_bytes_deps/input.bin new file mode 100644 index 00000000000..cd0875583aa --- /dev/null +++ b/src/test/run-make/include_bytes_deps/input.bin @@ -0,0 +1 @@ +Hello world! |
