Merge: doc: fixed some typos and other misc. corrections
[nit.git] / tests / test_to_upper_lower.nit
index 4a237ef..368a658 100644 (file)
@@ -18,9 +18,6 @@ var y: Text
 x = "test"
 y = "TEST"
 
-#alt1 x = new FlatBuffer.from("test")
-#alt1 y = new FlatBuffer.from("TEST")
-
 assert x.to_upper == y
 assert y.to_lower == x