Annotate crash tests that don't crash when the compiler is built without

assertions

Swift SVN r25350
This commit is contained in:
Dmitri Hrybenko
2015-02-17 05:04:20 +00:00
parent 1496cde7d8
commit 05906dbc16
43 changed files with 43 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)