mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
tests: remove the now unused option -new-mangling-for-tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// RUN: rm -rf %t && mkdir %t
|
||||
// RUN: %target-swift-frontend -emit-module -emit-module-path=%t/weak_other.swiftmodule -module-name=weak_other %S/Inputs/weak_other.swift
|
||||
// RUN: %target-swift-frontend -Xllvm -new-mangling-for-tests -I %t -emit-silgen %s | %FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-%target-runtime
|
||||
// RUN: %target-swift-frontend -I %t -emit-silgen %s | %FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-%target-runtime
|
||||
|
||||
import weak_other
|
||||
|
||||
|
||||
Reference in New Issue
Block a user