Skip to content

Commit f440dea

Browse files
committed
test: remove disk_file_creation_year to avoid year update maintenance
1 parent 9a2d7f2 commit f440dea

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/attrs_and_props/license.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ props["copyrightOwner"]={{props["copyrightOwner"]}}
44
attrs.filename={{attrs.filename}}
55
attrs.git_file_created_year={{attrs.git_file_created_year}}
66
attrs.git_file_modified_year={{attrs.git_file_modified_year}}
7-
attrs.disk_file_creation_year={{attrs.disk_file_creation_year}}

tests/attrs_and_props/main.rs.expected

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// attrs.filename=main.rs
55
// attrs.git_file_created_year=2025
66
// attrs.git_file_modified_year=2025
7-
// attrs.disk_file_creation_year=2025
87

98
fn main() {
109
println!("Hello, world!");

0 commit comments

Comments
 (0)