Annotate compiler crasher tests so that the tests succeed reliably when

the compiler is built without assertions

Swift SVN r24061
This commit is contained in:
Dmitri Hrybenko
2014-12-20 09:42:59 +00:00
parent c4aaa6cf38
commit 6cad796ec8
107 changed files with 125 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
// RUN: not --crash %target-swift-frontend %s -parse
// XFAIL: no_asserts
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)