File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/TestExplorer/TestParsers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -530,7 +530,7 @@ export class SymbolRenderer {
530
530
case TestSymbol . skip :
531
531
case TestSymbol . passWithKnownIssue :
532
532
case TestSymbol . fail :
533
- return "\u{00D7 }" ; // Unicode: MULTIPLICATION SIGN
533
+ return "\u{279C }" ; // Unicode: HEAVY ROUND-TIPPED RIGHTWARDS ARROW
534
534
case TestSymbol . pass :
535
535
return "\u{221A}" ; // Unicode: SQUARE ROOT
536
536
case TestSymbol . difference :
@@ -551,7 +551,7 @@ export class SymbolRenderer {
551
551
case TestSymbol . skip :
552
552
case TestSymbol . passWithKnownIssue :
553
553
case TestSymbol . fail :
554
- return "\u{2718 }" ; // Unicode: HEAVY BALLOT X
554
+ return "\u{279C }" ; // Unicode: HEAVY ROUND-TIPPED RIGHTWARDS ARROW
555
555
case TestSymbol . pass :
556
556
return "\u{2714}" ; // Unicode: HEAVY CHECK MARK
557
557
case TestSymbol . difference :
You can’t perform that action at this time.
0 commit comments