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

Unified Diff: test/codegen/expect/syncstar_syntax.txt

Issue 1235503010: fixes #219, able to compile multiple entry points (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 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: test/codegen/expect/syncstar_syntax.txt
diff --git a/test/codegen/expect/syncstar_syntax.txt b/test/codegen/expect/syncstar_syntax.txt
index d97edc41354e8cd5e99f241c53cb2efb4d6bc069..5288ceb0b0d9d22652b8785896a5408649ed9fde 100644
--- a/test/codegen/expect/syncstar_syntax.txt
+++ b/test/codegen/expect/syncstar_syntax.txt
@@ -1,13 +1,5 @@
// Messages from compiling syncstar_syntax.dart
-info: line 7, column 10 of test/codegen/syncstar_syntax.dart: [InferredTypeLiteral] [2, 3] has inferred type Iterable<int>
- yield* [2, 3];
- ^^^^^^
-info: line 13, column 12 of test/codegen/syncstar_syntax.dart: [InferredTypeLiteral] [2, 3] has inferred type Iterable<int>
- yield* [2, 3];
- ^^^^^^
-info: line 18, column 12 of test/codegen/syncstar_syntax.dart: [InferredTypeLiteral] [2, 3] has inferred type Iterable<int>
- yield* [2, 3];
- ^^^^^^
-info: line 25, column 12 of test/codegen/syncstar_syntax.dart: [InferredTypeLiteral] [2, 3] has inferred type Iterable<int>
- yield* [2, 3];
- ^^^^^^
+info: [InferredTypeLiteral] [2, 3] has inferred type Iterable<int> (test/codegen/syncstar_syntax.dart, line 7, col 10)
+info: [InferredTypeLiteral] [2, 3] has inferred type Iterable<int> (test/codegen/syncstar_syntax.dart, line 13, col 12)
+info: [InferredTypeLiteral] [2, 3] has inferred type Iterable<int> (test/codegen/syncstar_syntax.dart, line 18, col 12)
+info: [InferredTypeLiteral] [2, 3] has inferred type Iterable<int> (test/codegen/syncstar_syntax.dart, line 25, col 12)

Powered by Google App Engine
This is Rietveld 408576698