Skip to content

Commit c1f4265

Browse files
committed
[GR-44801] Fix defaultBuild warnings in Sulong.
PullRequest: graal/14363
2 parents 9f74c9f + 21c9fb9 commit c1f4265

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sulong/mx.sulong/suite.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@
263263
"subDir" : "tests",
264264
"native" : True,
265265
"vpath" : True,
266-
"defaultBuild" : False,
267266
"results" : ["bin/"],
268267
"buildDependencies" : [
269268
"SULONG_BOOTSTRAP_TOOLCHAIN",
@@ -1788,7 +1787,6 @@
17881787

17891788
"SULONG_TEST" : {
17901789
"subDir" : "tests",
1791-
"defaultBuild" : False,
17921790
"dependencies" : [
17931791
"com.oracle.truffle.llvm.tests",
17941792
"com.oracle.truffle.llvm.tests.types",
@@ -1838,6 +1836,7 @@
18381836
"distDependencies" : ["SULONG_TEST"],
18391837
"license" : "BSD-new",
18401838
"testDistribution" : True,
1839+
"defaultBuild" : False,
18411840
},
18421841

18431842
"LLIR_TEST_GEN_SOURCES" : {
@@ -2007,7 +2006,6 @@
20072006
"native" : True,
20082007
"relpath" : True,
20092008
"platformDependent" : True,
2010-
"defaultBuild" : False,
20112009
"layout" : {
20122010
"./" : ["dependency:com.oracle.truffle.llvm.tests.tck.native/*"],
20132011
},

0 commit comments

Comments
 (0)