about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/run-pass/expr-alt.rs2
-rw-r--r--src/test/run-pass/expr-block-box.rs2
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
+}