diff options
author | JJ | 2023-12-30 00:03:06 +0000 |
---|---|---|
committer | JJ | 2023-12-30 00:03:06 +0000 |
commit | b8445b011d9b2a287af0e014998c42525a7fd315 (patch) | |
tree | 1b1008c2df5902fae12f40a394113a6453da2a4b /std/fundamental/tests.pk | |
parent | 774a35ae21dada36af48ae32c862b22587fba107 (diff) |
std: restructure, refactor std.ast
Diffstat (limited to 'std/fundamental/tests.pk')
-rw-r--r-- | std/fundamental/tests.pk | 5 |
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) = - ... |