diff options
author | Ori Bernstein <ori@eigenstate.org> | 2015-12-27 13:52:23 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2015-12-27 13:52:23 -0800 |
commit | 9e6818a65d84979ea268135890d43eb485d7c152 (patch) | |
tree | 4e5e184127d251ad3bfd119988f5240336638fa9 /lib/thread | |
parent | 4b61a59642d1a96bd9e0acea225009c02857ddf7 (diff) | |
download | mc-9e6818a65d84979ea268135890d43eb485d7c152.tar.gz |
Shit, I also accidentally committed the smoketest.
Diffstat (limited to 'lib/thread')
-rw-r--r-- | lib/thread/bld.proj | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/thread/bld.proj b/lib/thread/bld.proj index a11802b..16ba36a 100644 --- a/lib/thread/bld.proj +++ b/lib/thread/bld.proj @@ -16,9 +16,3 @@ lib thread = atomic.myr ;; -bin smoketest = - atomictest.myr - test/util.myr - - lib thread -;; |