diff --git a/tests/test/cg/tprintf.pp b/tests/test/cg/tprintf.pp index 90c1a81af6..badf51cb10 100644 --- a/tests/test/cg/tprintf.pp +++ b/tests/test/cg/tprintf.pp @@ -54,7 +54,7 @@ const s2 : pchar = 'next'; si : single = 32.12; d : double = 45.45; - e : clongdouble = 74.74; + e : cextended = 74.74; p : pchar = nil; has_errors : boolean = false; diff --git a/tests/test/cg/tprintf2.pp b/tests/test/cg/tprintf2.pp index a788ddb5c6..2818a6ce06 100644 --- a/tests/test/cg/tprintf2.pp +++ b/tests/test/cg/tprintf2.pp @@ -54,7 +54,7 @@ const s2 : pchar = 'next'; si : single = 32.12; d : double = 45.45; - e : clongdouble = 74.74; + e : cextended = 74.74; p : pchar = nil; has_errors : boolean = false; diff --git a/tests/test/cg/tprintf3.pp b/tests/test/cg/tprintf3.pp index 15ceed26fc..6e8a4e8787 100644 --- a/tests/test/cg/tprintf3.pp +++ b/tests/test/cg/tprintf3.pp @@ -39,7 +39,7 @@ const s2 : pchar = 'next'; si : single = 32.12; d : double = 45.45; - e : clongdouble = 74.74; + e : cextended = 74.74; p : pchar = nil; has_errors : boolean = false;