瀏覽代碼

it's Issue2936

frabbit 11 年之前
父節點
當前提交
53c2b7a872
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      tests/unit/TestPython.hx

+ 1 - 2
tests/unit/TestPython.hx

@@ -291,8 +291,7 @@ class TestPython extends Test {
 		eq("foo1bar", Syntax.pythonCode("'foo' + str(" + x + ") + 'bar'"));
 	}
 
-	// Issue #2936
-	function testIssue36 () {
+	function testIssue2936 () {
 		f([1,2,3] == [1,2,3]);
 		f(([1,2,3]:Dynamic) == ([1,2,3]:Dynamic));
 		f(([1,2,3]:Dynamic) == [1,2,3]);