Răsfoiți Sursa

let's test sys things only on sys targets

Simon Krajewski 11 ani în urmă
părinte
comite
a096ab483b
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  1. 3 1
      tests/unit/unitstd/Sys.unit.hx

+ 3 - 1
tests/unit/unitstd/Sys.unit.hx

@@ -1 +1,3 @@
-(Sys.time() > 1395990000.00) == true;
+#if sys
+(Sys.time() > 1395990000.00) == true;
+#end