diff options
| author | Michael Woerister <michaelwoerister@posteo.net> | 2016-08-11 10:59:05 -0400 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo.net> | 2016-08-11 10:59:05 -0400 |
| commit | 3a70aa530fdce16a2f67ef20bd5e149174ae6e38 (patch) | |
| tree | a154c015ed1956467713f37edbe839fb3ad42401 | |
| parent | a7de0bc4c6059d8455338d20444b38da85792500 (diff) | |
| download | rust-3a70aa530fdce16a2f67ef20bd5e149174ae6e38.tar.gz rust-3a70aa530fdce16a2f67ef20bd5e149174ae6e38.zip | |
Fix incremental/commandline-args test.
| -rw-r--r-- | src/test/incremental/commandline-args.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/incremental/commandline-args.rs b/src/test/incremental/commandline-args.rs index a79fcd4f6af..95187b825be 100644 --- a/src/test/incremental/commandline-args.rs +++ b/src/test/incremental/commandline-args.rs @@ -26,5 +26,5 @@ //[rpass3] compile-flags: -C debuginfo=2 --verbose pub fn main() { - println!("hello world"); + // empty } |
