Skip to content

Commit b1d4fe0

Browse files
vitalybukachencha3
authored andcommitted
[dfsan] Use non-existent file in test for real
1 parent ec929b1 commit b1d4fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/test/dfsan/custom.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ void test_stat() {
175175

176176
s.st_dev = i;
177177
SAVE_ORIGINS(s)
178-
ret = stat("/nonexistent", &s);
178+
ret = stat("/nonexistent_581cb021aba7", &s);
179179
assert(-1 == ret);
180180
ASSERT_ZERO_LABEL(ret);
181181
ASSERT_LABEL(s.st_dev, i_label);

0 commit comments

Comments
 (0)