tests/float: fix typos
This commit is contained in:
parent
e78cf493bc
commit
2e48e1cab1
@ -36,7 +36,7 @@ int main(void)
|
|||||||
{
|
{
|
||||||
double x = 1234567.0 / 1024.0;
|
double x = 1234567.0 / 1024.0;
|
||||||
|
|
||||||
puts("Testing floating point arithmetics...\n");
|
puts("Testing floating point arithmetic...\n");
|
||||||
|
|
||||||
for (unsigned long i = 0; i < TEST_ITER; i++) {
|
for (unsigned long i = 0; i < TEST_ITER; i++) {
|
||||||
x += STEP;
|
x += STEP;
|
||||||
|
|||||||
@ -14,7 +14,7 @@ TIMEOUT = 45
|
|||||||
|
|
||||||
|
|
||||||
def testfunc(child):
|
def testfunc(child):
|
||||||
child.expect_exact("Testing floating point arithmetics...")
|
child.expect_exact("Testing floating point arithmetic...")
|
||||||
child.expect_exact("[SUCCESS]", timeout=TIMEOUT)
|
child.expect_exact("[SUCCESS]", timeout=TIMEOUT)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user