Skip to content

Commit

Permalink
[Truffle] Tag failing rope PE tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Nov 17, 2016
1 parent 4a152c1 commit 9f4f0d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/truffle/compiler/pe/core/string_pe.rb
Expand Up @@ -8,9 +8,9 @@

simple_string = 'test'

example "Truffle::Ropes.create_simple_string.length", simple_string.length
example "Truffle::Ropes.create_simple_string.getbyte(0)", simple_string.getbyte(0)
example "Truffle::Ropes.create_simple_string.ord", simple_string.ord
tagged example "Truffle::Ropes.create_simple_string.length", simple_string.length
tagged example "Truffle::Ropes.create_simple_string.getbyte(0)", simple_string.getbyte(0)
tagged example "Truffle::Ropes.create_simple_string.ord", simple_string.ord

example "'abc'.length", 3
example "'こにちわ'.length", 4
Expand Down

1 comment on commit 9f4f0d0

@chrisseaton
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nirvdrum please fix or remove if no longer applicable.

Please sign in to comment.