You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can debug with VS Code or Node instead with `jake runtests debug=true`:
140
+
You can debug with VS Code or Node instead with `jake runtests inspect=true`:
141
141
142
142
```Shell
143
-
jake runtests tests=2dArrays debug=true
143
+
jake runtests tests=2dArrays inspect=true
144
144
```
145
145
146
146
## Adding a Test
@@ -153,7 +153,7 @@ The supported names and values are the same as those supported in the compiler i
153
153
They are useful for tests relating to modules.
154
154
See below for examples.
155
155
156
-
**Note** that if you have a test corresponding to a specific spec compliance item, you can place it in `tests\cases\conformance` in an appropriately-named subfolder.
156
+
**Note** that if you have a test corresponding to a specific spec compliance item, you can place it in `tests\cases\conformance` in an appropriately-named subfolder.
157
157
**Note** that filenames here must be distinct from all other compiler testcase names, so you may have to work a bit to find a unique name if it's something common.
0 commit comments