Revert "Disable swiftcall test on windows: More brutal way to appease windows bots"

This reverts commit r284174. The tests pass for me locally. It must have
been a 2015 only crash.

Fixes PR30699

llvm-svn: 284781
This commit is contained in:
Reid Kleckner 2016-10-20 21:17:28 +00:00
parent c32ffe3916
commit afd7b69658
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@
// REQUIRES: aarch64-registered-target,x86-registered-target
// The union_het_vecint test case crashes on windows bot but only in stage1 and not in stage2.
// UNSUPPORTED: system-windows
#define SWIFTCALL __attribute__((swiftcall))
#define OUT __attribute__((swift_indirect_result))
#define ERROR __attribute__((swift_error_result))