Skip to content

Commit 4992970

Browse files
author
Max Schaefer
committed
JavaScript: Fix an auto-build test.
1 parent 6468721 commit 4992970

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)