From 499297018179468dc9cb7be89cac54e11cbc3d1d Mon Sep 17 00:00:00 2001 From: Max Schaefer Date: Tue, 28 May 2019 09:43:25 +0100 Subject: [PATCH] JavaScript: Fix an auto-build test. --- .../src/com/semmle/js/extractor/test/AutoBuildTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/extractor/src/com/semmle/js/extractor/test/AutoBuildTests.java b/javascript/extractor/src/com/semmle/js/extractor/test/AutoBuildTests.java index f5155cca2246..b404c880599a 100644 --- a/javascript/extractor/src/com/semmle/js/extractor/test/AutoBuildTests.java +++ b/javascript/extractor/src/com/semmle/js/extractor/test/AutoBuildTests.java @@ -497,6 +497,6 @@ public void includeYaml() throws IOException { addFile(true, LGTM_SRC, "tst.yaml"); addFile(true, LGTM_SRC, "tst.yml"); addFile(true, LGTM_SRC, "tst.raml"); - addFile(true, LGTM_SRC, "tst2.YML"); + runTest(); } }