Skip to content

Commit

Permalink
Enable ffi-libponyc-standalone runner test for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
mw committed Aug 28, 2023
1 parent 56c1ded commit a1633f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libponyc-run/ffi-libponyc-standalone/main.pony
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use "lib:ponyc-standalone" if linux or osx or windows
use "lib:ponyc-standalone" if freebsd or linux or osx or windows
use "lib:c++" if osx

use @token_new[NullablePointer[TokenStub]](token_id: TokenId) if linux or osx or windows
Expand Down

0 comments on commit a1633f9

Please sign in to comment.