name: FailedToLoadTestObjCLibrary | |
description: 'Tests failing to load an Objective-C library' | |
language: objc | |
output: 'failed_to_load_bindings.dart' | |
exclude-all-by-default: true | |
objc-interfaces: | |
include: | |
- ClassThatWillFailToLoad | |
headers: | |
entry-points: | |
- 'failed_to_load_test.m' | |
preamble: | | |
// ignore_for_file: camel_case_types, non_constant_identifier_names, unused_element, unused_field |