Skip to content

Commit

Permalink
Rename fixnum_pe.rb to integer_pe.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed May 22, 2019
1 parent 77c2fe4 commit a1e9c16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/truffle/compiler/pe/pe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def counter(example)
require_relative 'language/defined_pe.rb'
require_relative 'language/global_pe.rb'
require_relative 'core/truefalse_pe.rb'
require_relative 'core/fixnum_pe.rb'
require_relative 'core/integer_pe.rb'
require_relative 'core/float_pe.rb'
require_relative 'core/symbol_pe.rb'
require_relative 'core/method_pe.rb'
Expand Down

0 comments on commit a1e9c16

Please sign in to comment.