diff --git a/compiler/testData/cli/js/sourceMapPrefix.args b/compiler/testData/cli/js/sourceMapPrefix.args index 94bc9b9ae44..ee402223e44 100644 --- a/compiler/testData/cli/js/sourceMapPrefix.args +++ b/compiler/testData/cli/js/sourceMapPrefix.args @@ -2,6 +2,6 @@ $TESTDATA_DIR$/sourceMap.kt -no-stdlib -source-map -source-map-prefix -http://localhost:8080/src/ +/localhost/src/ -output $TEMP_DIR$/out.js diff --git a/compiler/testData/cli/js/sourceMapPrefix.test b/compiler/testData/cli/js/sourceMapPrefix.test index a834845edca..a3502d53e6e 100644 --- a/compiler/testData/cli/js/sourceMapPrefix.test +++ b/compiler/testData/cli/js/sourceMapPrefix.test @@ -1,2 +1,2 @@ // EXISTS: out.js -// CONTAINS: out.js.map, "http://localhost:8080/src/sourceMap.kt" +// CONTAINS: out.js.map, "/localhost/src/sourceMap.kt"