X-Git-Url: http://nitlanguage.org diff --git a/tests/base_class_name.nit b/tests/base_class_name.nit index 95dbdbc..ad904cf 100644 --- a/tests/base_class_name.nit +++ b/tests/base_class_name.nit @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import string +import text class Test end class MyArray[E] end