Skip to content

Commit c4eac48

Browse files
authored
Merge pull request #7851 from tautschnig/bugfixes/fix-Templates1-test
Fix C++ test Templates1
2 parents 5802768 + 7d641ea commit c4eac48

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

regression/cbmc-cpp/Templates1/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <cassert>
2+
13
template <typename T>
24
void f(T x)
35
{

regression/cbmc-cpp/Templates1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
KNOWNBUG
1+
CORE
22
main.cpp
33

44
^EXIT=0$

0 commit comments

Comments
 (0)