From 117daae14c7779a35659589a842af331fe773d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Thu, 25 Feb 2016 15:28:25 +0100 Subject: Eliminate use of test_server:fail/0,1 --- lib/compiler/test/float_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/compiler/test/float_SUITE.erl') 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). -- cgit v1.2.3