aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/0002_struct_item_field.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-01-07 09:32:29 +0000
committerAleksey Kladov <[email protected]>2018-01-07 09:32:29 +0000
commitefcfaae34ac7a54e858aad82e6503a7c69d6c550 (patch)
tree611b74d833d3e852f0fe271db3faebd4e865c097 /tests/data/parser/0002_struct_item_field.rs
parentf797c81155e9b7371b24801efac3fcbd236fc9ab (diff)
Tests for partial parse
Diffstat (limited to 'tests/data/parser/0002_struct_item_field.rs')
-rw-r--r--tests/data/parser/0002_struct_item_field.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/data/parser/0002_struct_item_field.rs b/tests/data/parser/0002_struct_item_field.rs
deleted file mode 100644
index cc3866d25..000000000
--- a/tests/data/parser/0002_struct_item_field.rs
+++ /dev/null
@@ -1,3 +0,0 @@
1struct S {
2 foo: u32
3} \ No newline at end of file