about summary refs log tree commit diff
path: root/tests/ui/parallel-rustc/hello_world.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parallel-rustc/hello_world.rs')
-rw-r--r--tests/ui/parallel-rustc/hello_world.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ui/parallel-rustc/hello_world.rs b/tests/ui/parallel-rustc/hello_world.rs
index 56698fe2489..57891b92da0 100644
--- a/tests/ui/parallel-rustc/hello_world.rs
+++ b/tests/ui/parallel-rustc/hello_world.rs
@@ -1,5 +1,8 @@
+// Test for the basic function of parallel front end
+//
 //@ compile-flags: -Z threads=8
 //@ run-pass
+//@ compare-output-by-lines
 
 fn main() {
     println!("Hello world!");