Skip to content

Commit

Permalink
Fix errors in dart2js/source_map_pub_build_validity_test
Browse files Browse the repository at this point in the history
  • Loading branch information
whesse committed Aug 18, 2015
1 parent b132f8e commit 9390767
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import 'source_map_validator_helper.dart';

void main() {
asyncTest(() async {
Directory tmpDir = createTempDir();
Directory tmpDir = await createTempDir();
try {
Directory sunflowerDir = new Directory.fromUri(
Platform.script.resolve('../../../third_party/sunflower'));
Expand Down Expand Up @@ -42,5 +42,5 @@ void main() {
} finally {
tmpDir.deleteSync(recursive: true);
}
}));
});
}

0 comments on commit 9390767

Please sign in to comment.