Browse Source

[spod tests] caue_is_awake should always return true

Cauê Waneck 10 năm trước cách đây
mục cha
commit
d11609b26e
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      tests/unit/src/unit/Test.hx

+ 0 - 2
tests/unit/src/unit/Test.hx

@@ -319,10 +319,8 @@ class Test #if swf_mark implements mt.Protect #end {
 				database : "haxe_test" })));
 		}
 		#end
-		#if caue_is_awake
 		classes.push(new TestSpod(sys.db.Sqlite.open("db.db3")));
 		#end
-		#end
 		TestIssues.addIssueClasses("src/unit/issues", "unit.issues");
 		TestIssues.addIssueClasses("src/unit/hxcpp_issues", "unit.hxcpp_issues");
 		var current = null;