diff options
| author | Karl Zylinski <karl@zylinski.se> | 2024-09-17 19:39:48 +0200 |
|---|---|---|
| committer | Karl Zylinski <karl@zylinski.se> | 2024-09-17 19:39:48 +0200 |
| commit | 29fedc1808c347774971666ecc90b44e1900dc90 (patch) | |
| tree | 2a0f17b2e330b52d004d85f3a68266afee755e15 /core/testing | |
| parent | 093ade050445b3e348177e30fb1fc9d726f7b289 (diff) | |
Changed some recently added //+ usages to #+ and also fixed some //+ usages in some code generators.
Diffstat (limited to 'core/testing')
| -rw-r--r-- | core/testing/runner_windows.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/testing/runner_windows.odin b/core/testing/runner_windows.odin index fa233ff84..401804c71 100644 --- a/core/testing/runner_windows.odin +++ b/core/testing/runner_windows.odin @@ -1,4 +1,4 @@ -//+private +#+private package testing import win32 "core:sys/windows" |