Commit Graph

3 Commits

Author SHA1 Message Date
Doug Gregor
4f7c63daf1 [Test tweak] Use textual output to compare results rather than binary diff
This test depends on comparing the binary .swiftmodule files (with
cmp) using the sib and non-sib paths. However, the binary .swiftmodule
can differ slightly due to type sugar along this path, so use a
textual diff instead... which is also far more readable.
2018-03-25 21:35:16 -07:00
Dmitri Gribenko
486cab447d tests: replace 'rm -rf %t && mkdir -p %t' with '%empty-directory(%t)'
These changes were made using a script.
2017-06-04 11:08:39 -07:00
Luqman Aden
1342cea057 Add some basic tests for -emit-sib and make sure swiftmodule generated from sib is identical to that from source.
Swift SVN r26282
2015-03-18 23:10:38 +00:00