Update test

This commit is contained in:
Tobe O 2018-07-09 13:23:12 -04:00
parent 67a62e751f
commit 961fd5fc83

View file

@ -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;