Skip to content

Commit 6390173

Browse files
committed
Enable rust-bindgen on globals.h
1 parent c0b7b26 commit 6390173

File tree

1 file changed

+1
-5
lines changed
  • hs-bindgen/test/hs-bindgen/Test/HsBindgen

1 file changed

+1
-5
lines changed

hs-bindgen/test/hs-bindgen/Test/HsBindgen/Golden.hs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,7 @@ testCases = [
231231
, "unusableAnon"
232232
]
233233
in (defaultTest "globals") {
234-
-- Getting different output from (the same version of) rust-bindgen
235-
-- for this test on CI than locally. Unsure why, compiled against
236-
-- different llvm version? For now we just disable it.
237-
testRustBindgen = RustBindgenIgnore
238-
, testTracePredicate = customTracePredicate' declsWithWarnings $ \case
234+
testTracePredicate = customTracePredicate' declsWithWarnings $ \case
239235
TraceFrontend (FrontendParse (PotentialDuplicateGlobal info)) ->
240236
Just $ Expected (C.declId info)
241237
TraceFrontend (FrontendParse (UnexpectedAnonInExtern info)) ->

0 commit comments

Comments
 (0)