mirror of
https://codeberg.org/icewind/tf-log-parser.git
synced 2026-06-03 10:14:10 +02:00
fix some param-less events
This commit is contained in:
parent
5defd55037
commit
9b54088ace
2 changed files with 5 additions and 7 deletions
|
|
@ -16,8 +16,6 @@ fn smoke_test(name: &str) {
|
|||
.read_to_string(&mut content)
|
||||
.expect("failed to read");
|
||||
for line in LineSplit::new(&content) {
|
||||
if line.starts_with("L ") {
|
||||
RawEvent::parse(line).expect("failed to parse raw event");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue