瀏覽代碼

[cs] disable very long filenames in C# sys tests

Aurel Bílý 6 年之前
父節點
當前提交
018f6cfce6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/sys/src/FileNames.hx

+ 1 - 1
tests/sys/src/FileNames.hx

@@ -28,7 +28,7 @@ class FileNames {
 		case _:
 		[
 			// 255 bytes is the max filename length according to http://en.wikipedia.org/wiki/Comparison_of_file_systems
-			#if !(python || neko || cpp || java)
+			#if !(python || neko || cpp || java || cs)
 			[for (i in 0...255) "a"].join(""),
 			#end
 		];