Skip to content
Snippets Groups Projects
Commit d88b20d7 authored by Lyle Johnson's avatar Lyle Johnson
Browse files

Corrected indentation in TC_FXMemoryStream.rb in response to Ruby 1.9 warnings

parent 8dfd22f7
No related branches found
No related tags found
No related merge requests found
...@@ -30,10 +30,10 @@ class TC_FXMemoryStream < Test::Unit::TestCase ...@@ -30,10 +30,10 @@ class TC_FXMemoryStream < Test::Unit::TestCase
end end
def test_open_streamload_unknown_size def test_open_streamload_unknown_size
s = FXMemoryStream.new s = FXMemoryStream.new
assert(s.open(FXStreamLoad, "foo")) assert(s.open(FXStreamLoad, "foo"))
s.close s.close
end end
def test_open_streamsave_unknown_size def test_open_streamsave_unknown_size
s = FXMemoryStream.new s = FXMemoryStream.new
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment