Skip to content

Commit 239bca9

Browse files
authored
[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.
1 parent 0d53831 commit 239bca9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Frontend/dependencies-preservation-fine.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: asserts
2+
13
// This test verifies that copies of dependency files are preserved after a
24
// compilation. For example, if the first compilation produces 'foo.swiftdeps',
35
// a second compilation should move 'foo.swiftdeps' to 'foo.swiftdeps~', then

0 commit comments

Comments
 (0)