Skip to content

Commit

Permalink
Fix unused open in multilibConfigure
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Nov 28, 2024
1 parent eb9ee51 commit 7170d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/util/multilibConfigure.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
open GoblintCil

let () =
Printf.printf "%B" (Option.is_some GoblintCil.Machdep.gcc32 && Option.is_some GoblintCil.Machdep.gcc64)
Printf.printf "%B" (Option.is_some Machdep.gcc32 && Option.is_some Machdep.gcc64)

0 comments on commit 7170d9a

Please sign in to comment.