aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/skyframe/FileContentsProxyTest.java
Commit message (Collapse)AuthorAge
* Change FileContentsProxy to use ctime instead of mtimeGravatar ulfjack2017-05-09
This gives us better reliability for detecting file changes; especially in cases where tools intentionally do not update mtime. Fixes #1525. PiperOrigin-RevId: 155490849