Skip to content

Commit

Permalink
Tweak expectations to have diverse results
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich committed May 31, 2024
1 parent ee21690 commit bde0999
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions code-samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@
"stderr": null,
"exitcode": 0
},
"actors-sequential2.pony": {
"traits-and-interfaces-private-methods.pony": {
"runnable": true,
"stdout": null,
"stderr": "This is printed first\nThis is printed last\n",
"stderr": "interfaces can't have private methods, only traits can\n",
"exitcode": 1
},
"actors-behaviors.pony": {
"runnable": false
},
"appendices-examples-access-command-line-arguments.pony": {
"runnable": true,
"stdout": "This is printed first\nThis is printed last\n",
"stderr": null,
"exitcode": 0
}
}

0 comments on commit bde0999

Please sign in to comment.