Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add test
  • Loading branch information
indutny committed Mar 20, 2015
commit 9d5004908adfb7e698825ff34e8281d810f3ef2a
2 changes: 2 additions & 0 deletions test/parallel/test-regress-gh-node-9326
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// NOTE: Was crashing on FreeBSD
process.kill(process.pid, 'SIGINT');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing .js

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.