From 0b9bafc9c37bdec8d3c475761b37b307fbdfd01e Mon Sep 17 00:00:00 2001 From: Mauro Baluda Date: Tue, 4 Jun 2024 21:07:57 +0200 Subject: [PATCH] Update AutoBuildTests.java --- .../test/com/semmle/js/extractor/test/AutoBuildTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/javascript/extractor/test/com/semmle/js/extractor/test/AutoBuildTests.java b/javascript/extractor/test/com/semmle/js/extractor/test/AutoBuildTests.java index 724d4485ad7..46285275fb1 100644 --- a/javascript/extractor/test/com/semmle/js/extractor/test/AutoBuildTests.java +++ b/javascript/extractor/test/com/semmle/js/extractor/test/AutoBuildTests.java @@ -182,7 +182,6 @@ public class AutoBuildTests { addFile(true, LGTM_SRC, "package.json"); addFile(true, LGTM_SRC, ".eslintrc.yml"); addFile(true, LGTM_SRC, "vendor", "leftpad", "index.js"); - addFile(true, LGTM_SRC, ".xsaccess"); runTest(); }