diff options
author | Jez Ng <me@jezng.com> | 2013-06-19 05:08:43 -0700 |
---|---|---|
committer | Jez Ng <me@jezng.com> | 2013-06-19 14:15:18 -0700 |
commit | 54a59bee849be1da0c6d1de0dc4a6a73744c6d04 (patch) | |
tree | 67405818086e42333a459adfe5ebca140cd33efe /tests | |
parent | 0f73e28bab1c1b8caa8f7b77692bebd705bebe6a (diff) |
Move source mapping files into their own folder.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index b3cfd1ae..63f5048a 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -9614,7 +9614,7 @@ def process(filename): self.assertIdentical(src_filename, data['sources'][0]) self.assertIdentical(src, data['sourcesContent'][0]) mappings = json.loads(jsrun.run_js( - path_from_root('tools', 'sourcemap2json.js'), + path_from_root('tools', 'source-maps', 'sourcemap2json.js'), tools.shared.NODE_JS, [map_filename])) seen_lines = set() for m in mappings: |