diff options
Diffstat (limited to 'AK/test.cpp')
-rw-r--r-- | AK/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/test.cpp b/AK/test.cpp index 8945eb599a..5690fb8fb5 100644 --- a/AK/test.cpp +++ b/AK/test.cpp @@ -23,7 +23,7 @@ int main(int c, char** v) StringImpl::initialize_globals(); { - SpinLock lock; + Lock lock; Locker locker(lock); } |