mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
fix compile errors
This commit is contained in:
@@ -315,7 +315,7 @@ suite('window namespace tests', () => {
|
||||
assert.equal(terminal.name, 'foo');
|
||||
|
||||
assert.throws(() => {
|
||||
terminal.name = 'bar';
|
||||
(<any>terminal).name = 'bar';
|
||||
}, 'Terminal.name should be readonly');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user