mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 23:18:48 +00:00
Fix fuzzer and parser
This commit is contained in:
@@ -93,7 +93,7 @@ impl AssertSupported for FunctionDefinition {
|
||||
fn assert_supported(&self) {
|
||||
self.specifiers.assert_supported();
|
||||
self.declarator.assert_supported();
|
||||
self.declarations.is_empty();
|
||||
assert!(self.declarations.is_empty());
|
||||
self.statement.assert_supported();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user