diff --git a/src/debug/common/mi/mi-interpreter.spec.ts b/src/debug/common/mi/mi-interpreter.spec.ts index b8a893a8271ba..df7aee78c541b 100644 --- a/src/debug/common/mi/mi-interpreter.spec.ts +++ b/src/debug/common/mi/mi-interpreter.spec.ts @@ -120,7 +120,7 @@ describe('MIInterpreter', function() { ); }); - /* FIXME test this another way since it doesn't send an event anymore + /* FIXME test this another way since it doesn't send an event anymore it('should return a ResultRecord Event', function() { let input = '^done,test="test"\n(gdb) \n';