Skip to content

Commit 0420f07

Browse files
committed
update test for VS2015/7
1 parent 1f59f19 commit 0420f07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example_wins.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ int main(void)
8282
}
8383

8484
lfqueue_destroy(&myq);
85-
printf("Press Any Key to Continue\n");
86-
getchar();
85+
printf("Test Pass!\n");
86+
//getchar();
8787
return 0;
8888
}
8989

0 commit comments

Comments
 (0)