compilers: fix swift sanity check

The "1 + 2" swift sanity check produces a swiftc compiler warning
(result unused). For this sanity check, compile a print statement as is
done with fortran.

My first patch, so update authors.txt as well.
This commit is contained in:
Joe Baldino 2017-03-23 22:32:05 -07:00 committed by Jussi Pakkanen
parent 8a7ac6ba4c
commit 1f63044f6e
1 changed files with 1 additions and 0 deletions

View File

@ -69,3 +69,4 @@ Sebastian Stang
Marc Becker
Michal Sojka
Aaron Small
Joe Baldino