diff options
author | 2023-01-08 19:56:47 +0100 | |
---|---|---|
committer | 2023-03-01 00:33:28 +0100 | |
commit | 35c97b61c17a30de675eb1c7f852a100b200a0c2 (patch) | |
tree | a4228d68aeab2f5aa32b26649e5664d20adfa729 /ci/expected/not-sync.run | |
parent | ceaf3613d3256f60b139a4f93220e3c298603b83 (diff) | |
download | rtic-35c97b61c17a30de675eb1c7f852a100b200a0c2.tar.gz rtic-35c97b61c17a30de675eb1c7f852a100b200a0c2.tar.zst rtic-35c97b61c17a30de675eb1c7f852a100b200a0c2.zip |
All examples pass with `cargo xtask --target all`
Diffstat (limited to 'ci/expected/not-sync.run')
-rw-r--r-- | ci/expected/not-sync.run | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/expected/not-sync.run b/ci/expected/not-sync.run index e69de29b..cd91476a 100644 --- a/ci/expected/not-sync.run +++ b/ci/expected/not-sync.run @@ -0,0 +1,3 @@ +init +bar a 13 +foo a 13 |