Merge remote-tracking branch 'upstream/master' into init_auto
[nit.git] / tests / test_to_upper_lower_buffer.nit
index b821db4..0c811be 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-#alt1 import core::text::ropes
-
 var x: Buffer = new FlatBuffer.from("test")
-#alt1 x = new RopeBuffer.from("test")
 var y: Buffer = new FlatBuffer.from("TEST")
-#alt1 y = new RopeBuffer.from("TEST")
 
 x.upper
 y.lower