[test] Require asserts for dependencies-preservation-fine.swift (#80418)

PR #78793 moved the code that this test was testing for into `NDEBUG`
blocks, which means that only exist in assert toolchains. The test was
not changed, so it was failing in non-assert toolchains.
This commit is contained in:
Daniel Rodríguez Troitiño
2025-04-01 00:48:01 -07:00
committed by GitHub
parent 0d538311de
commit 239bca9717

View File

@@ -1,3 +1,5 @@
// REQUIRES: asserts
// This test verifies that copies of dependency files are preserved after a
// compilation. For example, if the first compilation produces 'foo.swiftdeps',
// a second compilation should move 'foo.swiftdeps' to 'foo.swiftdeps~', then