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

Side by Side Diff: pkg/front_end/testcases/literals.dart.outline.expect

Issue 2825063002: Move kernel baseline tests to front_end. (Closed)
Patch Set: Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « pkg/front_end/testcases/literals.dart.direct.expect ('k') | pkg/front_end/testcases/map.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 library; 1 library;
2 import self as self; 2 import self as self;
3 3
4 static method testString() → dynamic 4 static method testString() → dynamic
5 ; 5 ;
6 static method testInt() → dynamic 6 static method testInt() → dynamic
7 ; 7 ;
8 static method testBool() → dynamic 8 static method testBool() → dynamic
9 ; 9 ;
10 static method testDouble() → dynamic 10 static method testDouble() → dynamic
11 ; 11 ;
12 static method testNull() → dynamic 12 static method testNull() → dynamic
13 ; 13 ;
14 static method testList() → dynamic 14 static method testList() → dynamic
15 ; 15 ;
16 static method testMap() → dynamic 16 static method testMap() → dynamic
17 ; 17 ;
18 static method testSymbol() → dynamic 18 static method testSymbol() → dynamic
19 ; 19 ;
20 static method main() → dynamic 20 static method main() → dynamic
21 ; 21 ;
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/literals.dart.direct.expect ('k') | pkg/front_end/testcases/map.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698