projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db1421e
)
Should iterate 10 times not 5.
author
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 14 Oct 2004 03:58:07 +0000
(
03:58
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Thu, 14 Oct 2004 03:58:07 +0000
(
03:58
+0000)
src/tests/threads/p1-3.c
patch
|
blob
|
history
diff --git
a/src/tests/threads/p1-3.c
b/src/tests/threads/p1-3.c
index 2c3530d9a8817d42a1630a50a9d825452cea3f86..92203f18a59fe91482118f4770545d4d534593e5 100644
(file)
--- a/
src/tests/threads/p1-3.c
+++ b/
src/tests/threads/p1-3.c
@@
-54,7
+54,7
@@
test_fifo (void)
"If the order varies then there is a bug.\n");
thread_set_priority (PRI_DEFAULT + 2);
- for (i = 0; i <
5
; i++)
+ for (i = 0; i <
10
; i++)
{
char name[16];
snprintf (name, sizeof name, "%d", i);