Skip to content

Commit 12abf07

Browse files
committed
C++: Remove unneeded extractor option
1 parent 6831775 commit 12abf07

File tree

1 file changed

+1
-1
lines changed
  • cpp/ql/test/header-variant-tests/clang-pch

1 file changed

+1
-1
lines changed

cpp/ql/test/header-variant-tests/clang-pch/g.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ static int g() {
33
return 20;
44
}
55
#endif
6-
// semmle-extractor-options: --clang -include-pch ${testdir}/clang-pch.testproj/f.pch --expect_errors
6+
// semmle-extractor-options: --clang -include-pch ${testdir}/clang-pch.testproj/f.pch

0 commit comments

Comments
 (0)