From 07f2070411b3bff5608166ceae0e0bdbf155e7c2 Mon Sep 17 00:00:00 2001
From: Renjith <renjith.kannath.pariyangad@oracle.com>
Date: Tue, 30 May 2023 12:11:34 +0000
Subject: [PATCH] 8309095: Remove UTF-8 character from TaskbarPositionTest.java

Reviewed-by: aivanov
---
 test/jdk/javax/swing/Popup/TaskbarPositionTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/jdk/javax/swing/Popup/TaskbarPositionTest.java b/test/jdk/javax/swing/Popup/TaskbarPositionTest.java
index 6a6b93a1080..5378f61c96f 100644
--- a/test/jdk/javax/swing/Popup/TaskbarPositionTest.java
+++ b/test/jdk/javax/swing/Popup/TaskbarPositionTest.java
@@ -61,7 +61,7 @@ import jtreg.SkippedException;
  * @key headful
  * @summary Tests the location of the heavy weight popup portion of JComboBox,
  * JMenu and JPopupMenu.
- * The test uses Ctrl+Down Arrow (↓) which is a system shortcut on macOS,
+ * The test uses Ctrl+Down Arrow which is a system shortcut on macOS,
  * disable it in system settings, otherwise the test will fail
  * @library ../regtesthelpers
  * @library /test/lib