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

Unified Diff: pkg/front_end/test/precedence_info_test.dart

Issue 2837473002: merge fasta.PrecedenceInfo into analyzer.TokenType (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 side-by-side diff with in-line comments
Download patch
Index: pkg/front_end/test/precedence_info_test.dart
diff --git a/pkg/front_end/test/precedence_info_test.dart b/pkg/front_end/test/precedence_info_test.dart
index 473dd1b33f0970b7762d2fce4b76626203031304..fcdb31dffb2653a1f33e142a793f2549128c0dd9 100644
--- a/pkg/front_end/test/precedence_info_test.dart
+++ b/pkg/front_end/test/precedence_info_test.dart
@@ -106,7 +106,7 @@ class PrecedenceInfoTest {
check(source, token);
}
- for (PrecedenceInfo info in PrecedenceInfo.all) {
+ for (TokenType info in TokenType.all) {
assertLexeme(info.value);
}
for (TokenType tt in allTokenTypes) {
« pkg/compiler/lib/src/resolution/enum_creator.dart ('K') | « pkg/front_end/lib/src/scanner/token.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698