diff --git a/harbour/tests/working/hello.prg b/harbour/tests/working/hello.prg index a89af9006c..5d32cc7d5f 100644 --- a/harbour/tests/working/hello.prg +++ b/harbour/tests/working/hello.prg @@ -6,6 +6,6 @@ function Main() - QOut( "Hello world!" ) + ? "Hello world!" return nil