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

Unified Diff: tests/compiler/dart2js/issue13354_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/issue13354_test.dart
diff --git a/tests/compiler/dart2js/issue13354_test.dart b/tests/compiler/dart2js/issue13354_test.dart
index 8ca8614fb85fb4e964471141bd2b3f542f1fc528..d9342b6912888959eace56bb49f48255be8c54db 100644
--- a/tests/compiler/dart2js/issue13354_test.dart
+++ b/tests/compiler/dart2js/issue13354_test.dart
@@ -42,7 +42,7 @@ void main() {
checkReturnInClass(String className, String methodName, type) {
var cls = findElement(compiler, className);
- var element = cls.lookupLocalMember(buildSourceString(methodName));
+ var element = cls.lookupLocalMember(methodName);
Expect.equals(type,
typesInferrer.getReturnTypeOfElement(element).simplify(compiler));
}

Powered by Google App Engine
This is Rietveld 408576698