Skip to content

Commit

Permalink
Fix tests, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
totalspectrum committed Sep 10, 2023
1 parent 45b1295 commit c85c92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/cexec03.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void myexit(int n)
#endif
}

void main(int argc, char *argv[] ) {
void main() {

int64_t xmin=-2<<28;
int64_t xmax= 2<<28;
Expand Down

0 comments on commit c85c92f

Please sign in to comment.