Skip to content

Commit 0aab6d2

Browse files
committed
[Test] Remove --dump-input fail from generic_casts.swift.
rdar://problem/56044443
1 parent 6a3eecb commit 0aab6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interpreter/generic_casts.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-run-simple-swift | %FileCheck --check-prefix CHECK --check-prefix CHECK-ONONE --dump-input fail %s
1+
// RUN: %target-run-simple-swift | %FileCheck --check-prefix CHECK --check-prefix CHECK-ONONE %s
22
// RUN: %target-build-swift -O %s -o %t/a.out.optimized
33
// RUN: %target-codesign %t/a.out.optimized
44
// RUN: %target-run %t/a.out.optimized | %FileCheck %s

0 commit comments

Comments
 (0)