summaryrefslogtreecommitdiff
path: root/patches/02_std.patch
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-02-14 18:36:09 -0500
committerDave Gauer <dave@ratfactor.com>2021-02-14 18:36:09 -0500
commit03a09639c6aee07c5958e22b42a83172abc7984e (patch)
treef6251d12905c2f7007415540173864c5a886b193 /patches/02_std.patch
parent654437c0bc0e5d72b53205e340e7cd04fba381fb (diff)
Added testing ability
For the full details, see patches/README.md :-)
Diffstat (limited to 'patches/02_std.patch')
-rw-r--r--patches/02_std.patch4
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");