From 6ccd55729e5de45524337084b03eb5a89b9f3ac1 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Sun, 14 Feb 2021 18:36:09 -0500 Subject: Added testing ability For the full details, see patches/README.md :-) --- patches/02_std.patch | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 patches/02_std.patch (limited to 'patches/02_std.patch') diff --git a/patches/02_std.patch b/patches/02_std.patch new file mode 100644 index 0000000..6c97adb --- /dev/null +++ b/patches/02_std.patch @@ -0,0 +1,4 @@ +14c14 +< ??? = @import("std"); +--- +> const std = @import("std"); -- cgit v1.2.3-ZIG