mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
chore: upgrade ffigen
This commit is contained in:
parent
825f3f9926
commit
2fd43f3efe
6 changed files with 8186 additions and 15490 deletions
|
@ -315,7 +315,7 @@ index e69de29..c217c63 100644
|
|||
expect(hunk.oldLines, 0);
|
||||
expect(hunk.newStart, 1);
|
||||
expect(hunk.newLines, 1);
|
||||
expect(hunk.header, '\x00\x00\x00\x00@@ -0,0 +1');
|
||||
expect(hunk.header, '@@ -0,0 +1 @@\n');
|
||||
|
||||
patch.free();
|
||||
diff.free();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue