소스 검색

Merge pull request #2819 from Dvergar/development

added Sys.time() test
Simon Krajewski 11 년 전
부모
커밋
862dcfeac7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/unit/unitstd/Sys.unit.hx

+ 1 - 0
tests/unit/unitstd/Sys.unit.hx

@@ -0,0 +1 @@
+(Sys.time() > 1395990000.00) == true;