X-Git-Url: http://nitlanguage.org diff --git a/tests/test_pretty/test_attr1.nit b/tests/test_pretty/test_attr1.nit index e14cef2..ec9f14d 100644 --- a/tests/test_pretty/test_attr1.nit +++ b/tests/test_pretty/test_attr1.nit @@ -23,10 +23,10 @@ class A # Test test... - var e: Int writable - var f: Int protected writable + var e: Int is writable + var f: Int is protected writable # Adoc -var k: Int protected writable = 10 +var k: Int = 10 is protected writable