[semantic-arc] Update tests for qualified/unqualified ownership and SILGen emission of copy_value, destroy_value.

This commit is contained in:
Michael Gottesman
2016-10-27 11:31:36 -07:00
parent e173438d6b
commit 20dd563efb
515 changed files with 1428 additions and 1412 deletions

View File

@@ -1,4 +1,4 @@
// RUN: not %target-swift-frontend -Xcc -mno-sse -import-objc-header %S/Inputs/c_functions_error.h -primary-file %s -emit-ir
// RUN: not %target-swift-frontend -assume-parsing-unqualified-ownership-sil -Xcc -mno-sse -import-objc-header %S/Inputs/c_functions_error.h -primary-file %s -emit-ir
// This should fail, but not crash.