Chromium Code Reviews| Index: tools/testing/dart/status_expression.dart |
| diff --git a/tools/testing/dart/status_expression.dart b/tools/testing/dart/status_expression.dart |
| index aecfe577a59fb95debe599ef9f54ca4f6cfc8168..608a5c9762bc8feb3d4a65f0b2a75d936fdbb563 100644 |
| --- a/tools/testing/dart/status_expression.dart |
| +++ b/tools/testing/dart/status_expression.dart |
| @@ -92,7 +92,7 @@ class TermVariable { |
| TermVariable(this.name); |
| - String termValue(environment) => environment[name]; |
| + termValue(environment) => environment[name]; |
|
Bill Hesse
2011/11/11 09:43:19
How about String termValue(environment) => environ
Mads Ager (google)
2011/11/11 09:46:30
Sounds good to me. I'll do that as part of my next
|
| } |