diff --git a/exercises/hello-world/uTestHelloWorld.pas b/exercises/hello-world/uTestHelloWorld.pas index f5f41f5e..20920a74 100644 --- a/exercises/hello-world/uTestHelloWorld.pas +++ b/exercises/hello-world/uTestHelloWorld.pas @@ -9,13 +9,12 @@ interface HelloWorldTest = class(TObject) public [Test] -// [Ignore] procedure test_no_name; [Test] -// [Ignore] + [Ignore('Comment this line to run this test')] procedure test_sample_name; [Test] -// [Ignore] + [Ignore('Comment this line to run this test')] procedure test_other_sample_name; end;