diff options
Diffstat (limited to 'tests/ui/threads-sendsync/task-comm-4.rs')
| -rw-r--r-- | tests/ui/threads-sendsync/task-comm-4.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ui/threads-sendsync/task-comm-4.rs b/tests/ui/threads-sendsync/task-comm-4.rs index 1210cee5582..6223f6a1ded 100644 --- a/tests/ui/threads-sendsync/task-comm-4.rs +++ b/tests/ui/threads-sendsync/task-comm-4.rs @@ -3,7 +3,9 @@ use std::sync::mpsc::channel; -pub fn main() { test00(); } +pub fn main() { + test00(); +} fn test00() { let mut r: isize = 0; |
