test : 修改测试代码
This commit is contained in:
parent
ddea7e887f
commit
bea8a65c8e
@ -4,9 +4,7 @@ module: Main
|
||||
return_type: boolean
|
||||
body:
|
||||
declare b1 :boolean = true
|
||||
declare b2 :boolean = !b1
|
||||
|
||||
return b2
|
||||
return !b1
|
||||
end body
|
||||
end function
|
||||
end module
|
||||
Loading…
x
Reference in New Issue
Block a user