Commit 7f342451b6

Alexandros Naskos <alex_naskos@hotmail.com>
2020-06-24 17:43:11
Fixed @asyncCall in runtime safety test
1 parent eefcd04
Changed files (1)
test/runtime_safety.zig
@@ -280,7 +280,7 @@ pub fn addCases(cases: *tests.CompareOutputContext) void {
         \\pub fn main() void {
         \\    var bytes: [1]u8 align(16) = undefined;
         \\    var ptr = other;
-        \\    var frame = @asyncCall(&bytes, {}, ptr);
+        \\    var frame = @asyncCall(&bytes, {}, ptr, .{});
         \\}
         \\fn other() callconv(.Async) void {
         \\    suspend;