X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftests%2Fvm%2Fpt-big-stk-obj.c;h=6b630ecec0255068c020eb6afd1eab1b731d719c;hb=b69883172b837d3abff02beb49a2adad6465ba6d;hp=a417a7ef2f9f1c9957eadf727ef239b3a3a0411d;hpb=615bf3b3d2a8573ed6fb9ddc0055745e163ac999;p=pintos-anon diff --git a/src/tests/vm/pt-big-stk-obj.c b/src/tests/vm/pt-big-stk-obj.c index a417a7e..6b630ec 100644 --- a/src/tests/vm/pt-big-stk-obj.c +++ b/src/tests/vm/pt-big-stk-obj.c @@ -1,3 +1,6 @@ +/* Allocates and writes to a 64 kB object on the stack. + This must succeed. */ + #include #include "tests/arc4.h" #include "tests/cksum.h"