about summary refs log tree commit diff stats
path: root/Manual_tests.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-06-14 21:07:04 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-06-14 21:07:04 -0700
commit4f9789db413fa92417a5d4ae4ec6a27c6d357550 (patch)
tree5f1746331724b51f9bfddfef13ce30a526b44cab /Manual_tests.md
parent0114cd1e781fee4002fb7090d64d8219fa41330b (diff)
downloadlines.love-4f9789db413fa92417a5d4ae4ec6a27c6d357550.tar.gz
test: naming a point
Diffstat (limited to 'Manual_tests.md')
-rw-r--r--Manual_tests.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/Manual_tests.md b/Manual_tests.md
index 1ee4aaf..b701718 100644
--- a/Manual_tests.md
+++ b/Manual_tests.md
@@ -14,7 +14,6 @@ Lua is dynamically typed. Tests can't patch over lack of type-checking.
 
 drawing
   select a point and move it
-  select a point and name it
 
 persistence:
   draw a line, circle, rectangle, square, polygon, quit, restart. All the shapes you drew should still be visible.