test(compiler-cli): remove spurious `console.error` call from a test (#39321)
Reporting the source file text to the console was left as a debugging artifact. PR Close #39321
This commit is contained in:
parent
5d731354d0
commit
40bf1e0475
|
@ -117,7 +117,6 @@ runInEachFileSystem(() => {
|
|||
// Next, ask for a TCB from file2. This operation should clear data on TCBs generated for
|
||||
// file1.
|
||||
expect(templateTypeChecker.getTypeCheckBlock(cmpB)).not.toBeNull();
|
||||
console.error(templateTypeChecker.getTypeCheckBlock(cmpB)?.getSourceFile().text);
|
||||
|
||||
// This can be detected by asking for a TCB again from file1. Since no data should be
|
||||
// available for file1, this should cause another type-checking program step.
|
||||
|
|
Loading…
Reference in New Issue