Skip to content

Commit e3a0cfe

Browse files
committed
buildfile default
1 parent 08db927 commit e3a0cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_main.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function test_main(context, sel)
22
arguments
33
context {mustBeScalarOrEmpty} = []
4-
sel {mustBeScalarOrEmpty} = ~HasTag("exe") & ~HasTag("mex")
4+
sel {mustBeScalarOrEmpty} = ~HasTag("exe") & ~HasTag("mex") & ~HasTag("java_exe")
55
end
66

77
import matlab.unittest.TestRunner

0 commit comments

Comments
 (0)