Skip to content

Commit 7aaed1e

Browse files
authored
Pass --dump-input-filter=all to debug failing test (#76333)
1 parent b70824c commit 7aaed1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/Cxx/class/inheritance/functions-objc-irgen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-emit-irgen %s -I %S/Inputs -cxx-interoperability-mode=default -Xcc -fno-exceptions -Xcc -fno-objc-exceptions | %FileCheck %s
1+
// RUN: %target-swift-emit-irgen %s -I %S/Inputs -cxx-interoperability-mode=default -Xcc -fno-exceptions -Xcc -fno-objc-exceptions | %FileCheck --dump-input-filter=all %s
22
// REQUIRES: objc_interop
33

44
// UNSUPPORTED: CPU=arm64e

0 commit comments

Comments
 (0)