X-Git-Url: http://nitlanguage.org diff --git a/tests/test_gets.nit b/tests/test_gets.nit index a7efb38..ad1112a 100644 --- a/tests/test_gets.nit +++ b/tests/test_gets.nit @@ -14,5 +14,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -printn(gets) -printn(gets) +print(gets) +print(gets)