diff options
Diffstat (limited to 'lib/compiler/test/float_SUITE.erl')
-rw-r--r-- | lib/compiler/test/float_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/test/float_SUITE.erl b/lib/compiler/test/float_SUITE.erl index 60efe4f228..ec64ef6901 100644 --- a/lib/compiler/test/float_SUITE.erl +++ b/lib/compiler/test/float_SUITE.erl @@ -53,7 +53,7 @@ end_per_group(_GroupName, Config) -> pending(Config) when is_list(Config) -> ?line case catch float_mul(1, 1.1e300, 3.14e300) of {'EXIT',{badarith,_}} -> ok; - Other -> ?t:fail({expected_exception,Other}) + Other -> ct:fail({expected_exception,Other}) end, ?line 0.0 = float_sub(2.0). |