30213c4188
Recent change [Implementation of evaluation to JS in frontend server] (https://github.com/dart-lang/sdk/commit/25559399edd169a579597e06e68a78979ddd2746) introduced a failure in windows tests due to using string concatenation passed to Uri.parse. Use Uri.resolve instead of string concatenation to create file Uri in expression_compiler_test.dart Fixes #40592 Change-Id: Ibccb34333eac33f12b4eecd772707f1edb8bed89 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/135356 Reviewed-by: Sigmund Cherem <sigmund@google.com> Reviewed-by: Jens Johansen <jensj@google.com> Commit-Queue: Anna Gringauze <annagrin@google.com>