rust/src/test/run-make/bare-outfile
William Throwe e3df519225 Fix run-make/bare-outfile test
The reason this was not failing is fascinating.  The variable $(rustc)
is empty, so the make recipe was expanded as " -o foo foo.rs".  make
interpreted this as an instruction to run the command "o foo foo.rs"
and ignore any failure that occurred, because it uses a leading '-' on
a command to signal that behavior.
2015-10-03 17:20:45 -04:00
..
foo.rs Add a test for a bare outfile param to rustc 2015-03-08 22:21:59 -07:00
Makefile Fix run-make/bare-outfile test 2015-10-03 17:20:45 -04:00