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

Unified Diff: test/kernel/regression/issue_000043.dart

Issue 2087553002: Add regression tests. (Closed) Base URL: git@github.com:dart-lang/rasta.git@this_call
Patch Set: Reset library loader after crash. Created 4 years, 6 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 | « lib/custom_compiler.dart ('k') | test/kernel/regression/issue_000044.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/kernel/regression/issue_000043.dart
diff --git a/test/kernel/regression/issue_000032.dart b/test/kernel/regression/issue_000043.dart
similarity index 89%
copy from test/kernel/regression/issue_000032.dart
copy to test/kernel/regression/issue_000043.dart
index 21222e2f1945ca7b0341ba194d58dffa77566694..4aed858dec9877a1be50ac3b43da6070c0aefd14 100644
--- a/test/kernel/regression/issue_000032.dart
+++ b/test/kernel/regression/issue_000043.dart
@@ -3,9 +3,5 @@
// BSD-style license that can be found in the LICENSE.md file.
class C {
- C<
-}
-
-main() {
- C<
+ get x => '$C'.hashCode;
}
« no previous file with comments | « lib/custom_compiler.dart ('k') | test/kernel/regression/issue_000044.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698