Skip to content

Commit

Permalink
Bash output fix to match real 'ruby embed.rb' call
Browse files Browse the repository at this point in the history
The embed rust file that we compile prints out 'Thread finished..' messages along with a 'done!'
  • Loading branch information
thomas07vt committed Sep 3, 2015
1 parent 69c3b39 commit 6fcdead
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/doc/trpl/rust-inside-other-languages.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,17 @@ And finally, we can try running it:

```bash
$ ruby embed.rb
Thread finished with count=5000000
Thread finished with count=5000000
Thread finished with count=5000000
Thread finished with count=5000000
Thread finished with count=5000000
Thread finished with count=5000000
Thread finished with count=5000000
Thread finished with count=5000000
Thread finished with count=5000000
Thread finished with count=5000000
done!
done!
$
```
Expand Down

0 comments on commit 6fcdead

Please sign in to comment.