summaryrefslogtreecommitdiff
path: root/usr.bin/yacc/test/error.output
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/yacc/test/error.output')
-rw-r--r--usr.bin/yacc/test/error.output27
1 files changed, 0 insertions, 27 deletions
diff --git a/usr.bin/yacc/test/error.output b/usr.bin/yacc/test/error.output
deleted file mode 100644
index 0c4db6225e2..00000000000
--- a/usr.bin/yacc/test/error.output
+++ /dev/null
@@ -1,27 +0,0 @@
- 0 $accept : S $end
-
- 1 S : error
-
-state 0
- $accept : . S $end (0)
-
- error shift 1
- . error
-
- S goto 2
-
-
-state 1
- S : error . (1)
-
- . reduce 1
-
-
-state 2
- $accept : S . $end (0)
-
- $end accept
-
-
-2 terminals, 2 nonterminals
-2 grammar rules, 3 states