Browse Source

added Sys.time() test

Lazy test in relation to :
https://github.com/HaxeFoundation/hxcpp/issues/30
Dvergar 11 năm trước cách đây
mục cha
commit
613d43a8c5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;