Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/truffle/pe/core/symbol_pe.rb
Original file line number Diff line number Diff line change
@@ -9,5 +9,5 @@
example ":foo"
example ":foo == :foo"

# fails because != is !(==), and the inner call to == is not inlined
example ":foo != :bar"
# Fails because Comparable#== slow path is too complex
tagged_example ":foo != :bar"

0 comments on commit 3580b07

Please sign in to comment.