We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c718507 commit d212f94Copy full SHA for d212f94
1 file changed
rascal-vscode-extension/src/test/vscode-suite/dsl.test.ts
@@ -35,9 +35,7 @@ import * as path from 'path/posix';
35
36
function parameterizedDescribe(body: (this: Suite, errorRecovery: boolean) => void) {
37
describe('DSL', function() { body.apply(this, [false]); });
38
- /*
39
describe('DSL+recovery', function() { body.apply(this, [true]); });
40
- */
41
}
42
43
parameterizedDescribe(function (errorRecovery: boolean) {
0 commit comments