Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(927)

Unified Diff: tests/compiler/dart2js/source_map_pub_build_validity_test.dart

Issue 1292423006: Fix errors in dart2js/source_map_pub_build_validity_test (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/source_map_pub_build_validity_test.dart
diff --git a/tests/compiler/dart2js/source_map_pub_build_validity_test.dart b/tests/compiler/dart2js/source_map_pub_build_validity_test.dart
index 69cf5e14ed360fe1b0e6322349f0c386cd9c1910..71fd04c9433f2001c456b5d8e80d212737b63424 100644
--- a/tests/compiler/dart2js/source_map_pub_build_validity_test.dart
+++ b/tests/compiler/dart2js/source_map_pub_build_validity_test.dart
@@ -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'));
@@ -42,5 +42,5 @@ void main() {
} finally {
tmpDir.deleteSync(recursive: true);
}
- }));
+ });
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698