Przeglądaj źródła

Merge pull request #2819 from Dvergar/development

added Sys.time() test
Simon Krajewski 11 lat temu
rodzic
commit
862dcfeac7
1 zmienionych plików z 1 dodań i 0 usunięć
  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;