diff options
Diffstat (limited to 'lib/thread/test/atomic.myr')
-rw-r--r-- | lib/thread/test/atomic.myr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/thread/test/atomic.myr b/lib/thread/test/atomic.myr index c005677..3dd3284 100644 --- a/lib/thread/test/atomic.myr +++ b/lib/thread/test/atomic.myr @@ -1,7 +1,7 @@ use std use thread -use "test/util.use" +use "util" const Nherd = 20 |