浏览代码

temp fix filesystems tests failing on OS X due to Unicode normalisation (#6221)

Aurel Bílý 8 年之前
父节点
当前提交
b10710ebe2
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      tests/sys/src/FileNames.hx

+ 3 - 2
tests/sys/src/FileNames.hx

@@ -18,8 +18,9 @@ class FileNames {
 		"[two words]",
 		"[two words]",
 
 
 		// Chinese, Japanese
 		// Chinese, Japanese
-		#if !(cs || python || php || neko || cpp || java || lua || eval)
-		"中文,にほんご",
+		#if !(cs || python || php || neko || cpp || java || lua)
+		"中文,にほんご",
+		// this is a (Unicode) equivalent, but fails on OS X: "中文,にほんご",
 		#end
 		#end
 
 
 		// "aaa...a"
 		// "aaa...a"