Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / v8 / test / mjsunit / value-wrapper.js
index 76e200f..cc81f95 100644 (file)
@@ -31,6 +31,7 @@
 // When running the tests use loops to ensure that the call site moves through
 // the different IC states and that both the runtime system and the generated
 // IC code is tested.
+
 function RunTests() {
   for (var i = 0; i < 10; i++) {
     assertEquals('object', 'xxx'.TypeOfThis());