aboutsummaryrefslogtreecommitdiffstats
path: root/test/TestPortAudioDevice.pas
diff options
context:
space:
mode:
Diffstat (limited to 'test/TestPortAudioDevice.pas')
-rw-r--r--test/TestPortAudioDevice.pas3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/TestPortAudioDevice.pas b/test/TestPortAudioDevice.pas
index ff5b70bc..1308858f 100644
--- a/test/TestPortAudioDevice.pas
+++ b/test/TestPortAudioDevice.pas
@@ -365,8 +365,7 @@ begin
writeln ('Sample rate: ', sampleRate:5:0, ' : Error: ', Pa_GetErrorText(PaError));
{$IF Defined(DARWIN)} // floating point exceptions are raised. Therefore, set the exception mask.
- SetExceptionMask([exInvalidOp, exDenormalized, exZeroDivide,
- exOverflow, exUnderflow, exPrecision]);
+ SetExceptionMask([exZeroDivide, exPrecision]);
{$IFEND}
for j := low(standardSampleRates) to high(standardSampleRates) do
begin