Skip to content

Commit

Permalink
Update hello world (#49)
Browse files Browse the repository at this point in the history
* Exercise: saddle-points (#46)

* Config json (#48) (#2)

* Exercise: saddle-points (#46)

* Changed "Language" value

Changed it to Object Pascal from Pascal.  Curious to see if that affects
the language listing.

* implemented Ignores
  • Loading branch information
rpottsoh authored Jan 10, 2017
1 parent 0238bf7 commit 3dbc92a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions exercises/hello-world/uTestHelloWorld.pas
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 3dbc92a

Please sign in to comment.