We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6358c60 commit 1715ccfCopy full SHA for 1715ccf
test/fileioc/resize/autotest.json
@@ -24,7 +24,7 @@
24
"description": "Pass",
25
"start": "vram_start",
26
"size": "vram_16_size",
27
- "expected_CRCs": [ "E8F8335D" ]
+ "expected_CRCs": [ "38E2AD5A" ]
28
},
29
"2":
30
{
test/fileioc/resize/src/main.c
@@ -76,11 +76,11 @@ int main(void)
76
77
if (!error)
78
79
- os_PutStrFull("Pass");
+ puts("All tests passed");
80
}
81
else
82
83
- printf("Failed at test %d", test);
+ printf("Test %d failed\n", test);
84
85
86
while (!os_GetCSC());
0 commit comments