| 2540 | char source_path[512]; |
| 2541 | snprintf(source_path, sizeof(source_path), "%s/project/main.go", tmp); |
| 2542 | struct stat source_stat; |
| 2543 | ASSERT_EQ(stat(source_path, &source_stat), 0); |
| 2544 | #ifdef __APPLE__ |
| 2545 | int64_t source_mtime_ns = |
no outgoing calls