| Index: tools/testing/dart/test_suite.dart
|
| ===================================================================
|
| --- tools/testing/dart/test_suite.dart (revision 5361)
|
| +++ tools/testing/dart/test_suite.dart (working copy)
|
| @@ -528,9 +528,6 @@
|
| List<String> otherScripts = optionsFromFile['otherScripts'];
|
| for (String name in otherScripts) {
|
| int end = filename.lastIndexOf('/');
|
| - if (new Platform().operatingSystem() == 'windows' && end == -1) {
|
| - end = filename.lastIndexOf('\\');
|
| - }
|
| if (end == -1) {
|
| print('Warning: error processing "OtherScripts" of $filename.');
|
| print('Skipping test ($testName).');
|
|
|