Chromium Code Reviews
DescriptionBugfix in multitest.dart: Make sure we copy imported files to the generated_tests directory
The regular expression was no longer valid after import statements have changed.
Furthermore the guard against cyclic imports was not working because of missing
hashCode/operator== on the Path class.
R=ricow@google.com
Committed: https://code.google.com/p/dart/source/detail?r=25155
Patch Set 1 #
Total comments: 2
Patch Set 2 : #Messages
Total messages: 4 (0 generated)
|