authorgravatar for alex_naskos@hotmail.comAlexandros Naskos <alex_naskos@hotmail.com> 2020-06-24 18:43:11+03:00
committergravatar for alex_naskos@hotmail.comAlexandros Naskos <alex_naskos@hotmail.com> 2020-06-24 18:43:11+03:00
log7f342451b6f2339da15fec199814365391500c11
treecea4626f3d0eb17b409c1cf28c442b8b75bffe4b
parenteefcd044628ea080d8fe3346ae4d01e8ed4008e6

Fixed @asyncCall in runtime safety test


1 files changed, 1 insertions(+), 1 deletions(-)

test/runtime_safety.zig+1-1
...@@ -280,7 +280,7 @@ pub fn addCases(cases: *tests.CompareOutputContext) void {...@@ -280,7 +280,7 @@ pub fn addCases(cases: *tests.CompareOutputContext) void {
280 \\pub fn main() void {280 \\pub fn main() void {
281 \\ var bytes: [1]u8 align(16) = undefined;281 \\ var bytes: [1]u8 align(16) = undefined;
282 \\ var ptr = other;282 \\ var ptr = other;
283 \\ var frame = @asyncCall(&bytes, {}, ptr);283 \\ var frame = @asyncCall(&bytes, {}, ptr, .{});
284 \\}284 \\}
285 \\fn other() callconv(.Async) void {285 \\fn other() callconv(.Async) void {
286 \\ suspend;286 \\ suspend;