Skip to content

Commit 354cc64

Browse files
authored
Don't dump output in if-let-scope.swift
1 parent 8fda1b8 commit 354cc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/if-let-scope.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -g -emit-sil %s -parse-as-library -module-name a | %FileCheck %s --dump-input=always
1+
// RUN: %target-swift-frontend -g -emit-sil %s -parse-as-library -module-name a | %FileCheck %s
22
func use<T>(_ t: T) {}
33
public func f(value: String?) {
44
// CHECK: sil_scope [[S0:[0-9]+]] { loc "{{.*}}":3:13

0 commit comments

Comments
 (0)