Update test
This commit is contained in:
parent
67a62e751f
commit
961fd5fc83
1 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,10 @@ void main() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
void Function() inlineAssetsTests(void Function(Angel, Directory) f) {
|
/// Typedef for backwards-compatibility with Dart 1.
|
||||||
|
typedef void InlineAssetTest(Angel app, Directory dir);
|
||||||
|
|
||||||
|
void Function() inlineAssetsTests(InlineAssetTest f) {
|
||||||
return () {
|
return () {
|
||||||
TestClient client;
|
TestClient client;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue