From 2e330af8c484b516bc948ec43ee08426ba58d8a8 Mon Sep 17 00:00:00 2001 From: Matheus Marinho Date: Thu, 28 Dec 2023 15:01:38 -0300 Subject: [PATCH] No Issue - Fix syntax in js/src/jsapi-tests/moz.build --- js/src/jsapi-tests/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/jsapi-tests/moz.build b/js/src/jsapi-tests/moz.build index 1e5f43aa5a..1b8730c49d 100644 --- a/js/src/jsapi-tests/moz.build +++ b/js/src/jsapi-tests/moz.build @@ -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)