Skip to content
Snippets Groups Projects
Commit 83e38d36 authored by Julien Signoles's avatar Julien Signoles
Browse files

[tests] update wrt printer changes

parent 2110e817
No related branches found
No related tags found
No related merge requests found
...@@ -167,8 +167,7 @@ int main(void) ...@@ -167,8 +167,7 @@ int main(void)
i = 4; i = 4;
while (1) { while (1) {
int tmp; int tmp;
{ { /* sequence */
/*sequence*/
tmp = i; tmp = i;
i --; i --;
; ;
......
...@@ -127,8 +127,7 @@ unsigned long long my_pow(unsigned int x, unsigned int n) ...@@ -127,8 +127,7 @@ unsigned long long my_pow(unsigned int x, unsigned int n)
__retres = (unsigned long long)1; __retres = (unsigned long long)1;
goto return_label; goto return_label;
} }
{ { /* sequence */
/*sequence*/
tmp_0 = my_pow(x,n / (unsigned int)2); tmp_0 = my_pow(x,n / (unsigned int)2);
tmp = (int)tmp_0; tmp = (int)tmp_0;
} }
......
...@@ -122,8 +122,7 @@ unsigned long long my_pow(unsigned int x, unsigned int n) ...@@ -122,8 +122,7 @@ unsigned long long my_pow(unsigned int x, unsigned int n)
__retres = (unsigned long long)1; __retres = (unsigned long long)1;
goto return_label; goto return_label;
} }
{ { /* sequence */
/*sequence*/
tmp_0 = my_pow(x,n / (unsigned int)2); tmp_0 = my_pow(x,n / (unsigned int)2);
tmp = (int)tmp_0; tmp = (int)tmp_0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment