| Index: sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| index 9741e6e1f9575b004a884a22adf5ae012e8c8019..7946da31af8bb5379b7ac8e07f7c988e3d6a09bf 100644
|
| --- a/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| +++ b/sdk/lib/_internal/compiler/implementation/lib/io_patch.dart
|
| @@ -12,7 +12,7 @@ patch class _Directory {
|
| patch static String _current() {
|
| throw new UnsupportedError("Directory._current");
|
| }
|
| - patch static _setCurrent(String path) {
|
| + patch static _setCurrent(path) {
|
| throw new UnsupportedError("Directory_SetCurrent");
|
| }
|
| patch static _createTemp(String template) {
|
|
|