Skip to content

Commit e5ac492

Browse files
authored
Merge pull request #8593 from jketema/pointless-options
C++: Remove debugging options from library tests
2 parents c3ac5ab + d1857a9 commit e5ac492

File tree

2 files changed

+2
-2
lines changed
  • cpp/ql/test/library-tests/templates/nontype_instantiations

2 files changed

+2
-2
lines changed

cpp/ql/test/library-tests/templates/nontype_instantiations/functions/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// semmle-extractor-options: --edg --trap_container=folder --edg --trap-compression=none
1+
22
template <int i>
33
int addToSelf() { return i + i; };
44

cpp/ql/test/library-tests/templates/nontype_instantiations/general/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// semmle-extractor-options: --edg --trap_container=folder --edg --trap-compression=none
1+
22
template<int x>
33
struct C { };
44

0 commit comments

Comments
 (0)