Browse Source

it's Issue2936

frabbit 11 years ago
parent
commit
53c2b7a872
1 changed files with 1 additions and 2 deletions
  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'"));
 		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] == [1,2,3]);
 		f(([1,2,3]:Dynamic) == ([1,2,3]:Dynamic));
 		f(([1,2,3]:Dynamic) == ([1,2,3]:Dynamic));
 		f(([1,2,3]:Dynamic) == [1,2,3]);
 		f(([1,2,3]:Dynamic) == [1,2,3]);