| Index: tests/standalone/io/test_extension_test.dart
|
| diff --git a/tests/standalone/io/test_extension_test.dart b/tests/standalone/io/test_extension_test.dart
|
| index 40d768e2ba6cbda59ee3ebdf81857f52757ade67..cf98925d5dbf2f69323949eb1fae05d5eec3abef 100644
|
| --- a/tests/standalone/io/test_extension_test.dart
|
| +++ b/tests/standalone/io/test_extension_test.dart
|
| @@ -56,6 +56,7 @@ String getArchFromBuildDir(String buildDirectory) {
|
| if (buildDirectory.endsWith('SIMARM')) return '';
|
| if (buildDirectory.endsWith('SIMARM64')) return '';
|
| if (buildDirectory.endsWith('SIMDBC')) return '';
|
| + if (buildDirectory.endsWith('SIMDBC64')) return '';
|
| if (buildDirectory.endsWith('SIMMIPS')) return '';
|
| if (buildDirectory.endsWith('ARM')) return '-arm';
|
| if (buildDirectory.endsWith('ARM64')) return '-arm64';
|
|
|