Temporarily disable tests harder

This commit is contained in:
Doug Gregor
2016-05-09 22:06:22 -07:00
parent be437713e4
commit 48ae0fdcfa
2 changed files with 7 additions and 2 deletions

View File

@@ -5,5 +5,8 @@
// See http://swift.org/LICENSE.txt for license information
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
// RUN: not --crash %target-swift-frontend %s -parse
// RUN: not %target-swift-frontend %s -parse
struct d<T where g:t{protocol a{func b<d where g.E=C{}}class C{class A{class B<T>:B<T>
// REQUIRES: disabled