This website works better with JavaScript
Home
Explore
Help
Sign In
haxe
/
HaxeFoundation.haxe
mirror of
https://github.com/HaxeFoundation/haxe.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Merge pull request
#2819
from Dvergar/development
added Sys.time() test
Simon Krajewski
11 years ago
parent
0ab53dcbca
613d43a8c5
commit
862dcfeac7
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
tests/unit/unitstd/Sys.unit.hx
+ 1
- 0
tests/unit/unitstd/Sys.unit.hx
View File
@@ -0,0 +1 @@
+(Sys.time() > 1395990000.00) == true;