Index: tests/standalone/typed_data_isolate_test.dart |
diff --git a/tests/standalone/typed_data_isolate_test.dart b/tests/standalone/typed_data_isolate_test.dart |
index 086a20f0ef77391799229b19e048f1e635c930b4..852cc1e6153e6c9ed578a460ceadd1183c265ed2 100644 |
--- a/tests/standalone/typed_data_isolate_test.dart |
+++ b/tests/standalone/typed_data_isolate_test.dart |
@@ -22,7 +22,7 @@ second() { |
} |
main() { |
- new File(new Options().script).readAsBytes().then((List<int> data) { |
+ new File(Platform.script).readAsBytes().then((List<int> data) { |
spawnFunction(second).call(data).then((reply) { |
print('got reply'); |
port.close(); |