diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-04-21 18:20:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-21 18:20:15 +0200 |
| commit | b5a756bd7d394226e505f0cb4f91a5de01d9b950 (patch) | |
| tree | 30b0955299a85109869eefa13284f4ee3141eb45 /ci | |
| parent | 77def324548e204d3a36a4e89eb528904c381158 (diff) | |
| parent | 473a0e7bb58c1ec4b10dea505056ad76f9023871 (diff) | |
Merge pull request #169 from japaric/late-must-be-send
book: note that late resources must be Send
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/expected/shared-with-init.run | 0 | ||||
| -rw-r--r-- | ci/script.sh | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/ci/expected/shared-with-init.run b/ci/expected/shared-with-init.run new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/ci/expected/shared-with-init.run diff --git a/ci/script.sh b/ci/script.sh index 7cda1e5..0e350d1 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -109,6 +109,7 @@ main() { types not-send not-sync + shared-with-init generics ramfunc |
