Skip to content

Commit db9d4e3

Browse files
authored
Fixed DEV.md file related to test command (#3619)
* Fixed DEV.md file related to test command * fixed mistake
1 parent a4656cb commit db9d4e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEV.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ the unit tests:
5656
To can filter unit test suites:
5757

5858
```bash
59-
./mill 'build-module.test' 'scala.build.tests.BuildTestsScalac.*'
60-
./mill 'build-module.test' 'scala.build.tests.BuildTestsScalac.simple'
59+
./mill 'build-module[].test' 'scala.build.tests.BuildTestsScalac.*'
60+
./mill 'build-module[].test' 'scala.build.tests.BuildTestsScalac.simple'
6161
```
6262

6363
#### Run integration tests with the JVM launcher

0 commit comments

Comments
 (0)