Skip to content

Commit

Permalink
spec: ffi is crashing on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Sep 23, 2015
1 parent f8f8db7 commit 706deae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/modules-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe 'third-party module', ->
done()

describe 'ffi', ->
return if process.platform is 'darwin'
it 'does not crash', ->
require 'ffi'

Expand Down

0 comments on commit 706deae

Please sign in to comment.