Skip to content

Commit

Permalink
Add missing --rust-target flags on test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
agodnic committed Jun 12, 2019
1 parent 26d7f0a commit 7ba2cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/headers/issue-1554.h
@@ -1,4 +1,4 @@
// bindgen-flags: --default-enum-style rust_non_exhaustive --raw-line '#![cfg(feature = "nightly")]' --raw-line '#![feature(non_exhaustive)]'
// bindgen-flags: --default-enum-style rust_non_exhaustive --rust-target nightly --raw-line '#![cfg(feature = "nightly")]' --raw-line '#![feature(non_exhaustive)]'

enum Planet {
earth,
Expand Down

0 comments on commit 7ba2cae

Please sign in to comment.