mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 19:23:13 -06:00
Fix test bugs
This commit is contained in:
parent
23489acb79
commit
bc7a7f7f23
@ -9,7 +9,7 @@ def module
|
||||
def alias type
|
||||
ident TA
|
||||
type name qual ident T
|
||||
@ Type alias definition
|
||||
@< Type alias definition
|
||||
@ Array definition
|
||||
def array
|
||||
ident A
|
||||
|
||||
@ -9,7 +9,7 @@ def module
|
||||
def alias type
|
||||
ident TA
|
||||
type name qual ident T
|
||||
@ Type alias definition
|
||||
@< Type alias definition
|
||||
@ Array definition
|
||||
def array
|
||||
ident A
|
||||
|
||||
@ -9,7 +9,7 @@ def module
|
||||
def alias type
|
||||
ident TA
|
||||
type name qual ident T
|
||||
@ Type alias definition
|
||||
@< Type alias definition
|
||||
@ Array definition
|
||||
def array
|
||||
ident A
|
||||
|
||||
@ -22,14 +22,14 @@ enum()
|
||||
abs_type()
|
||||
{
|
||||
run_test "-p $PWD" abs_type && \
|
||||
diff_cpp AbsTypeSerializable && \
|
||||
diff_cpp TType
|
||||
diff_cpp AbsTypeSerializable
|
||||
}
|
||||
|
||||
alias_type()
|
||||
{
|
||||
run_test "-p $PWD" alias_type && \
|
||||
diff_cpp AliasTypeSerializable
|
||||
diff_cpp AliasTypeSerializable && \
|
||||
diff_cpp TType
|
||||
}
|
||||
|
||||
empty()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user