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