diff options
Diffstat (limited to 'tests/accept/run/tfloat2.nim')
-rwxr-xr-x | tests/accept/run/tfloat2.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/accept/run/tfloat2.nim b/tests/accept/run/tfloat2.nim index e7a9ce76f..b0df1e8b7 100755 --- a/tests/accept/run/tfloat2.nim +++ b/tests/accept/run/tfloat2.nim @@ -1,6 +1,6 @@ discard """ file: "tfloat2.nim" - output: "Error: unhandled exception: FPU operation caused a NaN result [EFloatInvalidOp]" + outputsub: "Error: unhandled exception: FPU operation caused a NaN result [EFloatInvalidOp]" """ # Test new floating point exceptions |