Chromium Code Reviews| Index: tests/README |
| diff --git a/tests/README b/tests/README |
| index a9e3bb62beb597dbe3ec9fe523f0e79a2b6beaea..bbc3ee459e77c62ad6f7cf148423476e1513eb6f 100644 |
| --- a/tests/README |
| +++ b/tests/README |
| @@ -39,5 +39,5 @@ example, |
| int x = "not an int"; /// 01: static type warning |
| ... |
| -as part of a test will only pass the "--compiler dartanalyzer" test if |
| +as part of a test will only pass the "--compiler dart2analyzer" test if |
| the assignment generates a static type warning. |