Skip to content

Commit 6851aae

Browse files
committed
Re-enabled locks
1 parent afe5b6e commit 6851aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/webaudio/audioworklet_emscripten_locks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#define AUDIO_STACK_SIZE 2048
1515

1616
// Define DISABLE_LOCKS to run the test without locking, which should statistically always fail
17-
#define DISABLE_LOCKS
17+
//#define DISABLE_LOCKS
1818

1919
// Internal, found in 'system/lib/pthread/threading_internal.h' (and requires building with -pthread)
2020
int _emscripten_thread_supports_atomics_wait(void);

0 commit comments

Comments
 (0)