This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
haxe
/
HaxeFoundation.haxe
同期ミラー
https://github.com/HaxeFoundation/haxe.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
removed this Sys.time() test: it is not specified as having any date time meaning apart good precision
Nicolas Cannasse
7 年 前
親
69d6a6c5f2
コミット
de168b4de6
1 ファイル変更
、
1 行追加
、
1 行削除
分割表示
差分情報を表示
1
1
tests/unit/src/unitstd/Sys.unit.hx
+ 1
- 1
tests/unit/src/unitstd/Sys.unit.hx
ファイルの表示
@@ -1,3 +1,3 @@
#if sys
-
(Sys.time() > 1395990000.00) == true;
+
#end