Skip to content

Commit

Permalink
Fix analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Oct 28, 2024
1 parent 8d36b5f commit 51a7fa6
Show file tree
Hide file tree
Showing 3 changed files with 1,023 additions and 995 deletions.
3 changes: 1 addition & 2 deletions pkgs/ffigen/test/header_parser_tests/sort_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ void main() {
));
});
test('Expected Bindings', () {
matchLibraryWithExpected(
actual, 'header_parser_sort_test_output.dart', [
matchLibraryWithExpected(actual, 'header_parser_sort_test_output.dart', [
'test',
'header_parser_tests',
'expected_bindings',
Expand Down
5 changes: 5 additions & 0 deletions pkgs/objective_c/ffigen_objc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ objc-interfaces:
objc-protocols:
include:
- NSStreamDelegate
- NSObject
rename:
NSObject: NSObjectProtocol
structs:
include:
- _NSRange
Expand Down Expand Up @@ -114,3 +117,5 @@ preamble: |
// ignore_for_file: unused_element
// ignore_for_file: unused_field
// coverage:ignore-file
import 'package:ffi/ffi.dart' as pkg_ffi;
Loading

0 comments on commit 51a7fa6

Please sign in to comment.