X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/test_file_read2.res b/tests/sav/test_file_read2.res index d830b19..65a53af 100644 --- a/tests/sav/test_file_read2.res +++ b/tests/sav/test_file_read2.res @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -var f = new IFStream.open("test_file_read.nit") +var f = new FileReader.open("test_file_read.nit") var s: String while not f.eof do s = f.read_line @@ -45,7 +45,7 @@ printn(f.read_all) # See the License for the specific language governing permissions and # limitations under the License. -var f = new IFStream.open("test_file_read.nit") +var f = new FileReader.open("test_file_read.nit") var s: String while not f.eof do s = f.read_line @@ -75,7 +75,7 @@ printn(f.read_all) # See the License for the specific language governing permissions and # limitations under the License. -var f = new IFStream.open("test_file_read.nit") +var f = new FileReader.open("test_file_read.nit") var s: String while not f.eof do s = f.read_line @@ -105,7 +105,7 @@ printn(f.read_all) # See the License for the specific language governing permissions and # limitations under the License. -var f = new IFStream.open("test_file_read.nit") +var f = new FileReader.open("test_file_read.nit") var s: String while not f.eof do s = f.read_line @@ -136,7 +136,7 @@ printn(f.read_all) # See the License for the specific language governing permissions and # limitations under the License. -var f = new IFStream.open("test_file_read.nit") +var f = new FileReader.open("test_file_read.nit") var s: String while not f.eof do s = f.read_line @@ -166,7 +166,7 @@ printn(f.read_all) # See the License for the specific language governing permissions and # limitations under the License. -var f = new IFStream.open("test_file_read.nit") +var f = new FileReader.open("test_file_read.nit") var s: String while not f.eof do s = f.read_line