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
removed this Sys.time() test: it is not specified as having any date time meaning apart good precision
Nicolas Cannasse
7 years ago
parent
69d6a6c5f2
commit
de168b4de6
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
tests/unit/src/unitstd/Sys.unit.hx
+ 1
- 1
tests/unit/src/unitstd/Sys.unit.hx
View File
@@ -1,3 +1,3 @@
#if sys
#if sys
-
(Sys.time() > 1395990000.00) == true;
+
#end
#end