Skip to content

Commit a406000

Browse files
committed
Concurrency 4: rename test files
1 parent 4a24cf0 commit a406000

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
| main.c:27:3:27:12 | call to tss_create |
2-
| main.c:33:3:33:12 | call to tss_create |
3-
| main.c:40:3:40:12 | call to tss_create |
4-
| main.c:62:3:62:12 | call to tss_create |
5-
| main.c:66:3:66:12 | call to tss_create |
6-
| main.c:70:3:70:12 | call to tss_create |
7-
| main.c:74:3:74:12 | call to tss_create |
8-
| main.c:78:3:78:12 | call to tss_create |
9-
| main.c:82:3:82:12 | call to tss_create |
10-
| main.c:86:3:86:12 | call to tss_create |
11-
| main.c:91:3:91:12 | call to tss_create |
12-
| main.c:96:3:96:12 | call to tss_create |
1+
| test.c:27:3:27:12 | call to tss_create |
2+
| test.c:33:3:33:12 | call to tss_create |
3+
| test.c:40:3:40:12 | call to tss_create |
4+
| test.c:62:3:62:12 | call to tss_create |
5+
| test.c:66:3:66:12 | call to tss_create |
6+
| test.c:70:3:70:12 | call to tss_create |
7+
| test.c:74:3:74:12 | call to tss_create |
8+
| test.c:78:3:78:12 | call to tss_create |
9+
| test.c:82:3:82:12 | call to tss_create |
10+
| test.c:86:3:86:12 | call to tss_create |
11+
| test.c:91:3:91:12 | call to tss_create |
12+
| test.c:96:3:96:12 | call to tss_create |
File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
| main.c:23:3:23:13 | call to thrd_create | $@ not declared with appropriate storage duration | main.c:23:24:23:29 | & ... | Shared object |
2-
| main.c:74:3:74:13 | call to thrd_create | $@ not declared with appropriate storage duration | main.c:74:24:74:24 | p | Shared object |
3-
| main.c:85:3:85:13 | call to thrd_create | $@ not declared with appropriate storage duration | main.c:85:24:85:24 | p | Shared object |
4-
| main.c:94:3:94:13 | call to thrd_create | $@ not declared with appropriate storage duration | main.c:94:24:94:24 | p | Shared object |
1+
| test.c:23:3:23:13 | call to thrd_create | $@ not declared with appropriate storage duration | test.c:23:24:23:29 | & ... | Shared object |
2+
| test.c:74:3:74:13 | call to thrd_create | $@ not declared with appropriate storage duration | test.c:74:24:74:24 | p | Shared object |
3+
| test.c:85:3:85:13 | call to thrd_create | $@ not declared with appropriate storage duration | test.c:85:24:85:24 | p | Shared object |
4+
| test.c:94:3:94:13 | call to thrd_create | $@ not declared with appropriate storage duration | test.c:94:24:94:24 | p | Shared object |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
| main.c:14:7:14:13 | call to tss_get | Call to a thread specific storage function from within a threaded context on an object that may not be owned by this thread. |
1+
| test.c:14:7:14:13 | call to tss_get | Call to a thread specific storage function from within a threaded context on an object that may not be owned by this thread. |
File renamed without changes.

0 commit comments

Comments
 (0)