Skip to content

Commit ffb4638

Browse files
committed
Another
1 parent aca08fb commit ffb4638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/embedded/protocol_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ void main() {
551551
expect(failure.span.end, equals(location(54, 2, 19)));
552552
expect(failure.span.url, isEmpty);
553553
expect(failure.span.context, equals(" b: 1px +\n 1em;\n"));
554-
expect(failure.stackTrace, equals("- 2:13 root stylesheet\n"));
554+
expect(failure.stackTrace, equals("- 2:16 root stylesheet\n"));
555555
await process.close();
556556
});
557557

0 commit comments

Comments
 (0)