mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[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:
committed by
GitHub
parent
0d538311de
commit
239bca9717
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user