Skip to content

Commit

Permalink
Fix module_test (flutter#18993)
Browse files Browse the repository at this point in the history
  • Loading branch information
mravn-google authored Jul 2, 2018
1 parent 1eee14c commit 647076d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/devicelab/bin/tasks/module_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ Future<Null> main() async {
final bool aarBuilt = exists(new File(path.join(
directory.path,
'hello',
'.android',
'Flutter',
'build',
'android_gen',
'outputs',
'aar',
'flutter-debug.aar',
Expand Down

0 comments on commit 647076d

Please sign in to comment.