summaryrefslogtreecommitdiff
path: root/tests/specs/test/exit_code3/main.js
blob: a859afbaef91148d3e8743fa90289f3956c37ae5 (plain)
1
2
3
4
5
6
Deno.test("Deno.exitCode", () => {
  Deno.exitCode = 42;
});

Deno.test("success", () => {
});