diff options
| author | Brian Anderson <andersrb@gmail.com> | 2011-04-01 00:00:20 -0400 |
|---|---|---|
| committer | Brian Anderson <andersrb@gmail.com> | 2011-04-01 00:05:13 -0400 |
| commit | 1bc06bc59b048bc803bfd6029c923a73ba2bb3ff (patch) | |
| tree | 579cb566f48b548077d6c3c870502a1b3c29770e /src/test | |
| parent | efb738153c7248601a9a1b294b0ad8fd9c27023c (diff) | |
| download | rust-1bc06bc59b048bc803bfd6029c923a73ba2bb3ff.tar.gz rust-1bc06bc59b048bc803bfd6029c923a73ba2bb3ff.zip | |
Cleanup typos and newlines
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/run-pass/expr-alt.rs | 2 | ||||
| -rw-r--r-- | src/test/run-pass/expr-block-box.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/run-pass/expr-alt.rs b/src/test/run-pass/expr-alt.rs index 859c593850a..22cdf32a672 100644 --- a/src/test/run-pass/expr-alt.rs +++ b/src/test/run-pass/expr-alt.rs @@ -28,4 +28,4 @@ fn test() { fn main() { test(); -} \ No newline at end of file +} diff --git a/src/test/run-pass/expr-block-box.rs b/src/test/run-pass/expr-block-box.rs index cee2a04c1ae..e8ab62091a5 100644 --- a/src/test/run-pass/expr-block-box.rs +++ b/src/test/run-pass/expr-block-box.rs @@ -7,4 +7,4 @@ fn main() { }; check (*x == 100); -} \ No newline at end of file +} |
