]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/time/time-tests.factor
Update actions, because Node.js 16 actions are deprecated, to Node.js 20
[factor.git] / basis / windows / time / time-tests.factor
index 5492b34a54193e2dce108119b6f82df99be509a1..7808ff51e4dc05545a36d503062addc3d36deff0 100644 (file)
@@ -2,7 +2,6 @@ USING: calendar calendar.windows kernel tools.test
 windows.time ;
 IN: windows.time.tests
 
-[ t ] [ windows-1601 [ timestamp>FILETIME FILETIME>timestamp ] keep = ] unit-test
-[ t ] [ windows-time [ windows-time>FILETIME FILETIME>windows-time ] keep = ] unit-test
-[ t ] [ windows-1601 400 years time+ [ timestamp>FILETIME FILETIME>timestamp ] keep = ] unit-test
-
+{ t } [ windows-1601 [ timestamp>FILETIME FILETIME>timestamp ] keep = ] unit-test
+{ t } [ windows-time [ windows-time>FILETIME FILETIME>windows-time ] keep = ] unit-test
+{ t } [ windows-1601 400 years time+ [ timestamp>FILETIME FILETIME>timestamp ] keep = ] unit-test