Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 9b98d41

Browse files
authored
Update MatlabBuilderConstants.java
1 parent 7317337 commit 9b98d41

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

src/main/java/com/mathworks/ci/MatlabBuilderConstants.java

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
package com.mathworks.ci;
2-
/*
3-
* Copyright 2019-2020 The MathWorks, Inc.
4-
*/
1+
package com.mathworks.ci;
2+
/*
3+
* Copyright 2019-2020 The MathWorks, Inc.
4+
*/
55

66
public class MatlabBuilderConstants {
77
static final double BASE_MATLAB_VERSION_RUNTESTS_SUPPORT = 8.1;
@@ -39,6 +39,7 @@ public class MatlabBuilderConstants {
3939

4040
static final String NEW_LINE = System.getProperty("line.separator");
4141

42+
//MATLAB Runner Script
4243
static final String TEST_RUNNER_SCRIPT = String.join(NEW_LINE,
4344
"tmpDir=tempname;",
4445
"mkdir(tmpDir);",
@@ -51,8 +52,3 @@ public class MatlabBuilderConstants {
5152
"testScript.writeToFile(fullfile(tmpDir,'runnerScript.m'));",
5253
"fprintf('___________________________________\\n\\n');");
5354
}
54-
55-
56-
57-
58-

0 commit comments

Comments
 (0)