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

Unified Diff: test/kernel/regression/unresolved_constructor.dart.txt

Issue 2116793002: Work around for private names in mixin applications. (Closed) Base URL: git@github.com:dart-lang/rasta.git@master
Patch Set: Update test expectations. Created 4 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 | « test/kernel/regression/unresolved.dart.txt ('k') | test/kernel/regression/unresolved_for_in.dart.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/kernel/regression/unresolved_constructor.dart.txt
diff --git a/test/kernel/regression/unresolved_constructor.dart.txt b/test/kernel/regression/unresolved_constructor.dart.txt
index 93d15b09bdd5e68f8d72a5dbf4fce925e66b312b..82a8fbdbac912e68020e78b4051a64db322d834f 100644
--- a/test/kernel/regression/unresolved_constructor.dart.txt
+++ b/test/kernel/regression/unresolved_constructor.dart.txt
@@ -9,5 +9,5 @@ class Foo extends core::Object {
}
static method main() → dynamic {
invalid-expression;
- throw core::_unresolvedConstructorError(self::Foo, #Foo.notHere, <dynamic>[], <dynamic, dynamic>{}, null);
+ throw core::dart.core::_unresolvedConstructorError(self::Foo, #Foo.notHere, <dynamic>[], <dynamic, dynamic>{}, null);
}
« no previous file with comments | « test/kernel/regression/unresolved.dart.txt ('k') | test/kernel/regression/unresolved_for_in.dart.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698