Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
1 // |jit-test| slow;
2 // Binary: cache/js-dbg-64-fdfaef738a00-linux
3 // Flags: --ion-eager
4 //
6 evaluate("\
7 gcparam(\"maxBytes\", gcparam(\"gcBytes\") + 4 );\n\
8 test();\n\
9 function test() {\n\
10 function flatten(arr)\n\
11 actual = flatten([1, [2], 3]);\
12 }\n\
13 ");
14 try {} catch (lfVare) {}