Skip to content

Commit ead59ba

Browse files
authored
Merge pull request #1369 from xiemaisi/js/fix-autobuild-test
Approved by asger-semmle
2 parents bd15994 + 4992970 commit ead59ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/extractor/src/com/semmle/js/extractor/test/AutoBuildTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,6 @@ public void includeYaml() throws IOException {
497497
addFile(true, LGTM_SRC, "tst.yaml");
498498
addFile(true, LGTM_SRC, "tst.yml");
499499
addFile(true, LGTM_SRC, "tst.raml");
500-
addFile(true, LGTM_SRC, "tst2.YML");
500+
runTest();
501501
}
502502
}

0 commit comments

Comments
 (0)