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

Unified Diff: test/parser_test.dart

Issue 2564683003: Improve handling of locations not from the uris the source map is for. (Closed)
Patch Set: Fix strong mode error in test. Created 4 years 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 | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/parser_test.dart
diff --git a/test/parser_test.dart b/test/parser_test.dart
index a317f7e6370382578ba75a645a78f34b972c83df..4b2d947134a7d6c82553e1700332f82f44dd3388 100644
--- a/test/parser_test.dart
+++ b/test/parser_test.dart
@@ -250,7 +250,7 @@ main() {
expect(mapping.toJson(), equals(expected));
}
// Invalid for this case
- expect(() => parseJson(SOURCE_MAP_BUNDLE), throws);
+ expect(() => parseJson(SOURCE_MAP_BUNDLE as dynamic), throws);
var mapping = parseJsonExtended(SOURCE_MAP_BUNDLE);
expect(mapping.toJson(), equals(SOURCE_MAP_BUNDLE));
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698