Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Dec 13, 2018
1 parent 37ffcf2 commit dcb69f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/console_assert_001.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
args: tests/console_assert_001.ts --reload
check_stderr: true
exit_code: 0
output: tests/console_assert_001.ts.out
2 changes: 2 additions & 0 deletions tests/console_assert_001.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
console.log("Hello");
console.assert(true, "should not fail");
console.log("World");
2 changes: 2 additions & 0 deletions tests/console_assert_001.ts.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Hello
World

0 comments on commit dcb69f5

Please sign in to comment.