Advertisement
Guest User

Untitled

a guest
Nov 10th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. test "weirdness" {
  2. var timer: Timer = try Timer.start();
  3. const t0 = timer.read();
  4. const t1 = timer.read();
  5. const d = comptime t1 - t0;
  6. expect(d > 0);
  7. }
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement