diff options
author | Dave Gauer <dave@ratfactor.com> | 2021-02-14 18:36:09 -0500 |
---|---|---|
committer | Dave Gauer <dave@ratfactor.com> | 2021-02-14 18:36:09 -0500 |
commit | 6ccd55729e5de45524337084b03eb5a89b9f3ac1 (patch) | |
tree | f6251d12905c2f7007415540173864c5a886b193 /patches/02_std.patch | |
parent | 95c8ea3cb3bde9427e2364e450a6cf443cdaba5e (diff) | |
download | ziglings-6ccd55729e5de45524337084b03eb5a89b9f3ac1.tar.gz ziglings-6ccd55729e5de45524337084b03eb5a89b9f3ac1.tar.bz2 ziglings-6ccd55729e5de45524337084b03eb5a89b9f3ac1.tar.xz ziglings-6ccd55729e5de45524337084b03eb5a89b9f3ac1.zip |
Added testing ability
For the full details, see patches/README.md :-)
Diffstat (limited to 'patches/02_std.patch')
-rw-r--r-- | patches/02_std.patch | 4 |
1 files changed, 4 insertions, 0 deletions
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"); |