Index: test/mjsunit/function-source.js |
diff --git a/test/mjsunit/function-source.js b/test/mjsunit/function-source.js |
index 75257756d6860116f4765f98d7cbda1a4a8de6c1..8f2fc2265c364ed4d779057a96acc62518e306a2 100644 |
--- a/test/mjsunit/function-source.js |
+++ b/test/mjsunit/function-source.js |
@@ -36,7 +36,7 @@ function f() { |
} |
h(); |
} |
- |
+ |
function g() { |
function h() { |
assertEquals(Debug.scriptSource(f), Debug.scriptSource(h)); |