lib/rex/arch/x86.rb.ut.rb in librex-0.0.65 vs lib/rex/arch/x86.rb.ut.rb in librex-0.0.66

- old
+ new

@@ -1,6 +1,7 @@ #!/usr/bin/env ruby +# -*- coding: binary -*- $:.unshift(File.join(File.dirname(__FILE__), '..', '..')) require 'test/unit' require 'rex/text' @@ -88,6 +89,6 @@ "\xff\xe7" # jmp edi assert_equal(s, Klass.searcher("\x04\x03\x02\x01")) end -end \ No newline at end of file +end