Skip to content

Commit

Permalink
Add assertion to Syntax.lpts
Browse files Browse the repository at this point in the history
Files are shown in testing output only if they contain assertions (which
seems unfortunate), so add some now.
  • Loading branch information
Blaisorblade committed Feb 8, 2015
1 parent 4db37c4 commit dd3d30d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/Syntax.lpts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
> bar =
> 2;
> baz = 3;
> assert add bar baz = 5;

0 comments on commit dd3d30d

Please sign in to comment.