Skip to content

Commit e9cd641

Browse files
committed
Remove test_template from gitignore
1 parent f8848f2 commit e9cd641

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ bin/configlet.exe
88
bin/exercise
99
bin/exercise.exe
1010
bin/generator-utils/ngram
11-
bin/test_template
1211
exercises/*/*/Cargo.lock
1312
exercises/*/*/clippy.log
1413
canonical_data.json

bin/test_template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#[ignore]
33
fn ${description}$() {
44

5-
assert_eq!(${property}$(${input}$), ${expected}$)
5+
assert_eq!(${property}$(${input}$), ${expected}$);
66
}
77

0 commit comments

Comments
 (0)