mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-08-10 06:25:02 +00:00
Correct result strings in a couple tests.
This commit is contained in:
@@ -69,9 +69,9 @@ int main(void) {
|
|||||||
goto Fail;
|
goto Fail;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
printf ("Passed Conformance Test c99uchar\n");
|
printf ("Passed Conformance Test c11uchar\n");
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
Fail:
|
Fail:
|
||||||
printf ("Failed Conformance Test c99uchar\n");
|
printf ("Failed Conformance Test c11uchar\n");
|
||||||
}
|
}
|
||||||
|
@@ -61,9 +61,9 @@ int main(void) {
|
|||||||
s32[3] != 0x010085 || s32[4] != 0x000000)
|
s32[3] != 0x010085 || s32[4] != 0x000000)
|
||||||
goto Fail;
|
goto Fail;
|
||||||
|
|
||||||
printf ("Passed Conformance Test c99unicode\n");
|
printf ("Passed Conformance Test c11unicode\n");
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
Fail:
|
Fail:
|
||||||
printf ("Failed Conformance Test c99unicode\n");
|
printf ("Failed Conformance Test c11unicode\n");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user