fix source-map transformation tests

This commit is contained in:
Sebastian McKenzie
2014-11-03 11:09:14 +11:00
parent 435b9434ea
commit bd2e3d784f
4 changed files with 10 additions and 19 deletions

View File

@@ -1,5 +1,4 @@
"use strict";
var t = function(x) {
return x * x;
};