Changeset 39603 in project
- Timestamp:
- 02/22/21 21:51:09 (5 days ago)
- Location:
- release/5/test
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
release/5/test/tags/1.2/test-support.scm
r36812 r39603 324 324 (/ (- (+ (* end-time 1000) end-milliseconds) 325 325 (+ (* start-time 1000) start-milliseconds)) 326 1000 )327 (/ (- end-milliseconds start-milliseconds) 1000 )))326 1000.) 327 (/ (- end-milliseconds start-milliseconds) 1000.))) 328 328 (count (or (test-group-ref group 'count) 0)) 329 329 (pass (or (test-group-ref group 'PASS) 0)) -
release/5/test/trunk/test-support.scm
r36812 r39603 324 324 (/ (- (+ (* end-time 1000) end-milliseconds) 325 325 (+ (* start-time 1000) start-milliseconds)) 326 1000 )327 (/ (- end-milliseconds start-milliseconds) 1000 )))326 1000.) 327 (/ (- end-milliseconds start-milliseconds) 1000.))) 328 328 (count (or (test-group-ref group 'count) 0)) 329 329 (pass (or (test-group-ref group 'PASS) 0))
Note: See TracChangeset
for help on using the changeset viewer.