summaryrefslogtreecommitdiff
path: root/test/racc/assets/firstline.y
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-05-31 17:35:44 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-08 17:25:38 +0900
commitd1775aa388bff73ca2d22344d4c3745f23bfe654 (patch)
treeb81f25a36fff5f74a79792e6b54a9bbd48868338 /test/racc/assets/firstline.y
parentb90683be44d8821a1a8121b6364d653a47421914 (diff)
Try to promote racc as bundled gems
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7877
Diffstat (limited to 'test/racc/assets/firstline.y')
-rw-r--r--test/racc/assets/firstline.y4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/racc/assets/firstline.y b/test/racc/assets/firstline.y
deleted file mode 100644
index ab0692e543..0000000000
--- a/test/racc/assets/firstline.y
+++ /dev/null
@@ -1,4 +0,0 @@
-class T
-rule
- a: A B C
-end