Skip to content

Commit 7126819

Browse files
committed
A16-2-2: modified test and expected file
1 parent 40cc7c3 commit 7126819

File tree

6 files changed

+21
-0
lines changed

6 files changed

+21
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
| test.cpp:1:1:1:19 | #include "test.hpp" | Nothing in this file uses anything from "test.hpp" |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
| test.cpp:1:1:1:19 | #include "test.hpp" | Nothing in this file uses anything from "test.hpp" |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
| test.cpp:1:1:1:19 | #include "test.hpp" | Nothing in this file uses anything from "test.hpp" |
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include "test.hpp" //NON_COMPLIANT
2+
#include <string> //COMPLIANT
3+
#include <vector> //COMPLIANT
4+
#include <vector> //COMPLIANT
5+
6+
std::string s = "A string";
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include "test.hpp" //NON_COMPLIANT
2+
#include <string> //COMPLIANT
3+
#include <vector> //COMPLIANT
4+
#include <vector> //COMPLIANT
5+
6+
std::string s = "A string";
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include "test.hpp" //NON_COMPLIANT
2+
#include <string> //COMPLIANT
3+
#include <vector> //COMPLIANT
4+
#include <vector> //COMPLIANT
5+
6+
std::string s = "A string";

0 commit comments

Comments
 (0)