Skip to content

Commit 39f3336

Browse files
authored
[AutoDiff] Delete -verify-ignore-unknown from AutoDiff tests. (#28759)
`-verify-ignore-unknown` is no longer needed now that TF-201 is resolved. All tested diagnostics have known source locations.
1 parent 7451582 commit 39f3336

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/AutoDiff/autodiff_indirect_diagnostics.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// RUN: %target-swift-frontend -emit-sil -verify -verify-ignore-unknown %s
2-
3-
// FIXME(TF-201): Remove `-verify-ignore-unknown`. This is currently necessary
4-
// due to direct differentiation of reabstraction thunks, which emits errors
5-
// with unknown location.
1+
// RUN: %target-swift-frontend -emit-sil -verify %s
62

73
//===----------------------------------------------------------------------===//
84
// Non-differentiable arguments and results

0 commit comments

Comments
 (0)