Fix gerrit_common_test.pl
* Ensure we always load test cases, otherwise there is a false positive. * Fix the package to correctly be "gerrit". * Drop unnecessary quotes from Prolog package statements. The bare text is a valid symbol. Change-Id: I331ca90e050dc6d20e192c522f96893078102e59
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
%% See the License for the specific language governing permissions and
|
||||
%% limitations under the License.
|
||||
|
||||
:- package 'gerrit'.
|
||||
:- package gerrit.
|
||||
'$init' :- init.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user