Skip to content

Commit

Permalink
Fix bad example of URI part-of to be bad, not good.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrhn committed Mar 1, 2017
1 parent ef097ed commit e8e1857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/compiler/lib/src/diagnostics/messages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,7 @@ part 'part.dart';
main() {}
""",
'part.dart': """
part of "main.dart";
part of 'not-main.dart';
"""
}
]),
Expand Down

0 comments on commit e8e1857

Please sign in to comment.