fix regression in test definition
random time values are really random. Doh!
This commit is contained in:
parent
e34bb5ead1
commit
14bc7d1fd4
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ END
|
|||
TEST "build argument accepting function" ArgumentTupleAccept_test <<END
|
||||
out: sizeof\( .+control.+TestClass.+ \) = 1
|
||||
out: sizeof\( .+control.+TestClass.+lib.time.TimeVar.+ \) = (12|16)
|
||||
out: 0:..:..\.000
|
||||
out: 0:..:..\..00
|
||||
return: 0
|
||||
END
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue