X-Git-Url: http://nitlanguage.org diff --git a/tests/test_file_open_fail.nit b/tests/test_file_open_fail.nit index f71ed82..8e932d3 100644 --- a/tests/test_file_open_fail.nit +++ b/tests/test_file_open_fail.nit @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -var ifs = new IFStream.open("donotcreate.bing") +var ifs = new FileReader.open("donotcreate.bing") var s = ifs.read_all