tests: remove the now unused option -new-mangling-for-tests

This commit is contained in:
Erik Eckstein
2017-03-22 11:17:16 -07:00
parent 2dc6104cdc
commit c4a11f4c92
496 changed files with 616 additions and 620 deletions

View File

@@ -1,4 +1,4 @@
// RUN: %target-swift-frontend -Xllvm -new-mangling-for-tests %s -emit-ir -g -o - | %FileCheck %s
// RUN: %target-swift-frontend %s -emit-ir -g -o - | %FileCheck %s
class C {
func withClosure(_ : () -> ()) -> () {}