| Index: pkg/front_end/tool/fasta_perf.dart
|
| diff --git a/pkg/front_end/tool/fasta_perf.dart b/pkg/front_end/tool/fasta_perf.dart
|
| index 5b992de3cf55aa4875bef8e06c05ba4097cdc9d1..847698119dcdef131a37539cbf1b72a3c02fd20f 100644
|
| --- a/pkg/front_end/tool/fasta_perf.dart
|
| +++ b/pkg/front_end/tool/fasta_perf.dart
|
| @@ -199,7 +199,7 @@ class DirectiveListener extends Listener {
|
|
|
| void beginLiteralString(Token token) {
|
| if (_inDirective) {
|
| - var quotedString = token.value;
|
| + var quotedString = token.lexeme;
|
| uris.add(quotedString.substring(1, quotedString.length - 1));
|
| }
|
| }
|
|
|