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

Unified Diff: pkg/front_end/testcases/rasta/bad_redirection.dart.direct.expect

Issue 2976283002: Update expectations. (Closed)
Patch Set: Update compile.status. Created 3 years, 5 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: pkg/front_end/testcases/rasta/bad_redirection.dart.direct.expect
diff --git a/pkg/front_end/testcases/rasta/bad_redirection.dart.direct.expect b/pkg/front_end/testcases/rasta/bad_redirection.dart.direct.expect
index 2394a16ee0cd9211f52cf255dec7e78390573904..9446333396a4926dd693bf1db2f158874cd6ca80 100644
--- a/pkg/front_end/testcases/rasta/bad_redirection.dart.direct.expect
+++ b/pkg/front_end/testcases/rasta/bad_redirection.dart.direct.expect
@@ -3,9 +3,9 @@ import self as self;
import "dart:core" as core;
class Foo extends core::Object {
- constructor •() → dynamic
+ constructor •() → void
: super core::Object::•()
- invalid-statement;
+ const core::_ConstantExpressionError::•()._throw(new core::_CompileTimeError::•("pkg/front_end/testcases/rasta/bad_redirection.dart:6:11: Error: Can't return from a constructor.\n Foo() = Bar;\n ^"));
}
class Bar extends self::Foo {
static factory •() → self::Bar

Powered by Google App Engine
This is Rietveld 408576698