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

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

Issue 27510003: Scanner for UTF-8 byte arrays (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixes compiler tests Created 7 years, 2 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
Index: tests/compiler/dart2js/type_combination_test.dart
diff --git a/tests/compiler/dart2js/type_combination_test.dart b/tests/compiler/dart2js/type_combination_test.dart
index 8947932b778fea591b7e795482850c321ac049af..fd7cbf47adef8af2bd9018455a0283727b1e88e2 100644
--- a/tests/compiler/dart2js/type_combination_test.dart
+++ b/tests/compiler/dart2js/type_combination_test.dart
@@ -687,7 +687,7 @@ void main() {
// Grab hold of a supertype for String so we can produce potential
// string types.
- patternClass = compiler.coreLibrary.find(buildSourceString('Pattern'));
+ patternClass = compiler.coreLibrary.find('Pattern');
nonPrimitive1 = new HType.nonNullSubtype(
compiler.mapClass, compiler);

Powered by Google App Engine
This is Rietveld 408576698