aboutsummaryrefslogtreecommitdiff
path: root/std/fundamental/tests.pk
diff options
context:
space:
mode:
authorJJ2023-12-30 00:03:06 +0000
committerJJ2023-12-30 00:03:06 +0000
commitb8445b011d9b2a287af0e014998c42525a7fd315 (patch)
tree1b1008c2df5902fae12f40a394113a6453da2a4b /std/fundamental/tests.pk
parent774a35ae21dada36af48ae32c862b22587fba107 (diff)
std: restructure, refactor std.ast
Diffstat (limited to 'std/fundamental/tests.pk')
-rw-r--r--std/fundamental/tests.pk5
1 files changed, 0 insertions, 5 deletions
diff --git a/std/fundamental/tests.pk b/std/fundamental/tests.pk
deleted file mode 100644
index 7eb00a8..0000000
--- a/std/fundamental/tests.pk
+++ /dev/null
@@ -1,5 +0,0 @@
-## std/tests: Utility macros and functions for testing.
-
-## A macro for runnable examples. Runs them on compilation.
-pub macro examples(body) =
- ...