Commit Graph

7 Commits

Author SHA1 Message Date
Dmitri Gribenko
984210aa53 tests: replace '// RUN: rm -rf' '// RUN: mkdir' pairs with '%empty-directory(...)'
These changes were made using a script.
2017-06-04 11:08:39 -07:00
Dmitri Gribenko
d175b3b66d Migrate FileCheck to %FileCheck in tests 2016-08-10 23:52:02 -07:00
Michael Ilseman
e0414a457f [swift_newtype] Structs have label-less init
Adds an unlabeled rawValue init for swift_newtype(struct), which
expresses the extensibility theme better.  This makes the use and
creation of new instances of that type more succinct.
swift_newtype(enum) still requires the explicit label, as it is
non-extensible.
2016-05-23 14:40:41 -07:00
Michael Ilseman
8774d2468a [Tests] Explicitly require an isysroot SDK 2016-03-29 10:08:01 -07:00
Michael Ilseman
233723af33 [Import as member] Add executable test for C struct members 2016-03-29 09:40:34 -07:00
Michael Ilseman
09c62acabf Revert "[Import as member] Add executable test for C struct members"
This reverts commit 4afd13681e.

This breaks oss-swift-incremental-RA-osx for unknown reasons. Revert
while I diagnose.
2016-03-28 17:46:00 -07:00
Michael Ilseman
4afd13681e [Import as member] Add executable test for C struct members 2016-03-28 17:06:15 -07:00