nitcc: tests script return non-zero on failure (print is not enough)
[nit.git] / tests / test_to_upper_lower_buffer.nit
index 7d94a50..0c811be 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-#alt1 import standard::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