Skip to content

Commit

Permalink
Revert changes to engine_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffcharles committed Oct 30, 2023
1 parent 80e380a commit 5617a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/engine_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module Wasmtime
# enum options represented as symbols
[
[:cranelift_opt_level, [:none, :speed, :speed_and_size]],
[:profiler, profiler_options],
[:profiler, profiler_options]
].each do |option, valid|
it "supports #{option}" do
valid.each { |value| Engine.new(option => value) }
Expand Down

0 comments on commit 5617a1a

Please sign in to comment.