Skip to content

Commit

Permalink
put both macro parameters in single quotes for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Jul 24, 2020
1 parent 2ef2e82 commit fa1a1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/coverage/TestCoverage.hx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class TestCoverage implements ITest {
function runTestee(testeeClass:String) {
var params:Array<String> = [
"haxe", "-cp", "src", "-cp", "tests", "-D", "test-class=" + testeeClass, "--macro",
'instrument.Instrumentation.coverage([\'$testeeClass\'],["tests"],[])', "-main", "coverage.testee.CoverageTestMain", "--run",
'instrument.Instrumentation.coverage([\'$testeeClass\'],[\'tests\'],[])', "-main", "coverage.testee.CoverageTestMain", "--run",
"coverage.testee.CoverageTestMain"
];

Expand Down

0 comments on commit fa1a1cf

Please sign in to comment.