Remove uninteresting corpus entries
This commit is contained in:
parent
66460b24fd
commit
c9db5499e9
6 changed files with 11 additions and 155 deletions
16
spec/fixtures/corpus/cpp/statements.txt
vendored
16
spec/fixtures/corpus/cpp/statements.txt
vendored
|
|
@ -1,19 +1,3 @@
|
|||
==================================================
|
||||
simple functions cpp
|
||||
==================================================
|
||||
|
||||
int main() {
|
||||
x;
|
||||
}
|
||||
|
||||
---
|
||||
|
||||
(translation_unit (function_definition
|
||||
(type_specifier (identifier))
|
||||
(declarator (direct_declarator (direct_declarator (identifier))))
|
||||
(function_body (compound_statement
|
||||
(expression_statement (identifier))))))
|
||||
|
||||
==================================================
|
||||
function calls
|
||||
==================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue