No Issue - Fix syntax in js/src/jsapi-tests/moz.build

This commit is contained in:
Matheus Marinho 2023-12-28 15:01:38 -03:00 committed by roytam1
commit 2e330af8c4

View file

@ -3,7 +3,7 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
include(../js-cxxflags.mozbuild)
include('../js-cxxflags.mozbuild')
GeckoProgram('jsapi-tests', linkage=None)