summaryrefslogtreecommitdiff
path: root/python/test
diff options
context:
space:
mode:
Diffstat (limited to 'python/test')
-rw-r--r--python/test/Slice/unicodePaths/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/Slice/unicodePaths/run.py b/python/test/Slice/unicodePaths/run.py
index c6d83009cac..566a3818b81 100644
--- a/python/test/Slice/unicodePaths/run.py
+++ b/python/test/Slice/unicodePaths/run.py
@@ -36,7 +36,7 @@ if TestUtil.isAIX() or TestUtil.isLinux():
if sys.version_info[0] == 2 and TestUtil.isWin32():
print("To run this test on Windows you need to be using Python 3.x")
print("Python 2.x subprocess module doesn't support unicode on Windows")
- print("Skipping tes")
+ print("Skipping test")
sys.exit(0)
if os.environ.get("USE_BIN_DIST", "no") == "yes":