mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2024-12-30 14:31:04 +00:00
Correct result strings in a couple tests.
This commit is contained in:
parent
f6fedea288
commit
f5d5b88002
@ -69,9 +69,9 @@ int main(void) {
|
||||
goto Fail;
|
||||
#endif
|
||||
|
||||
printf ("Passed Conformance Test c99uchar\n");
|
||||
printf ("Passed Conformance Test c11uchar\n");
|
||||
return 0;
|
||||
|
||||
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)
|
||||
goto Fail;
|
||||
|
||||
printf ("Passed Conformance Test c99unicode\n");
|
||||
printf ("Passed Conformance Test c11unicode\n");
|
||||
return 0;
|
||||
|
||||
Fail:
|
||||
printf ("Failed Conformance Test c99unicode\n");
|
||||
printf ("Failed Conformance Test c11unicode\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user