aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/expected/periodic-at.run4
-rw-r--r--ci/expected/periodic-at2.run7
2 files changed, 11 insertions, 0 deletions
diff --git a/ci/expected/periodic-at.run b/ci/expected/periodic-at.run
new file mode 100644
index 0000000..54020f9
--- /dev/null
+++ b/ci/expected/periodic-at.run
@@ -0,0 +1,4 @@
+foo Instant { ticks: 0 }
+foo Instant { ticks: 100 }
+foo Instant { ticks: 200 }
+foo Instant { ticks: 300 }
diff --git a/ci/expected/periodic-at2.run b/ci/expected/periodic-at2.run
new file mode 100644
index 0000000..47adbef
--- /dev/null
+++ b/ci/expected/periodic-at2.run
@@ -0,0 +1,7 @@
+foo Instant { ticks: 0 }
+bar Instant { ticks: 10 }
+foo Instant { ticks: 110 }
+bar Instant { ticks: 120 }
+foo Instant { ticks: 220 }
+bar Instant { ticks: 230 }
+foo Instant { ticks: 330 }