~sircmpwn/hare-dev

harec: call previously unused tests v1 APPLIED

Bor Grošelj Simić: 1
 call previously unused tests

 1 files changed, 2 insertions(+), 0 deletions(-)
#933539 alpine.yml success
#933540 freebsd.yml success
#933541 netbsd.yml success
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/hare-dev/patches/38678/mbox | git am -3
Learn more about email & git

[PATCH harec] call previously unused tests Export this patch

Signed-off-by: Bor Grošelj Simić <bgs@turminal.net>
---
 tests/17-alloc.ha | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/17-alloc.ha b/tests/17-alloc.ha
index e9c230c..20f2f3a 100644
--- a/tests/17-alloc.ha
+++ b/tests/17-alloc.ha
@@ -153,4 +153,6 @@ export fn main() void = {
	double_alloc();
	array();
	slice();
	slice_copy();
	string();
};
-- 
2.36.4
harec/patches: SUCCESS in 1m3s

[call previously unused tests][0] from [Bor Grošelj Simić][1]

[0]: https://lists.sr.ht/~sircmpwn/hare-dev/patches/38678
[1]: mailto:bgs@turminal.net

✓ #933539 SUCCESS harec/patches/alpine.yml  https://builds.sr.ht/~sircmpwn/job/933539
✓ #933541 SUCCESS harec/patches/netbsd.yml  https://builds.sr.ht/~sircmpwn/job/933541
✓ #933540 SUCCESS harec/patches/freebsd.yml https://builds.sr.ht/~sircmpwn/job/933540
Thanks!

To git@git.sr.ht:~sircmpwn/harec
   c59e30f..22217da  master -> master