Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/automation/src/debug.ts')
-rw-r--r--test/automation/src/debug.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/automation/src/debug.ts b/test/automation/src/debug.ts
index eedc400451f..b7b7d427f4b 100644
--- a/test/automation/src/debug.ts
+++ b/test/automation/src/debug.ts
@@ -8,7 +8,7 @@ import { Commands } from './workbench';
import { Code, findElement } from './code';
import { Editors } from './editors';
import { Editor } from './editor';
-import { IElement } from '../src/driver';
+import { IElement } from './driver';
const VIEWLET = 'div[id="workbench.view.debug"]';
const DEBUG_VIEW = `${VIEWLET}`;