Skip to content

Commit

Permalink
+alias org.eolang.sys.call
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Oct 20, 2022
1 parent 736a876 commit 40e9aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/eo/org/eolang/threads/mutex-test.eo
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
+alias org.eolang.threads.mutex
+alias org.eolang.threads.thread
+alias org.eolang.threads.sleep
+alias org.eolang.sys.call
+alias org.eolang.collections.list
+architect 28lev11@gmail.com
+home https://github.com/objectionary/eo-threads
Expand Down
1 change: 1 addition & 0 deletions src/test/eo/org/eolang/threads/thread-test.eo
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# SOFTWARE.

+alias org.eolang.hamcrest.assert-that
+alias org.eolang.sys.call
+alias org.eolang.threads.thread
+alias org.eolang.threads.sleep
+architect 28lev11@gmail.com
Expand Down

0 comments on commit 40e9aa0

Please sign in to comment.