Skip to content

Commit ee831f9

Browse files
authored
Avoid _t suffixes in C integer schemas (#35)
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 298d017 commit ee831f9

File tree

14 files changed

+7
-7
lines changed

14 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
3-
"target": "../../../../schemas/iso/c/2024/int16_t.json",
3+
"target": "../../../../schemas/iso/c/2024/int16.json",
44
"tests": [
55
{
66
"description": "Valid - zero",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
3-
"target": "../../../../schemas/iso/c/2024/int32_t.json",
3+
"target": "../../../../schemas/iso/c/2024/int32.json",
44
"tests": [
55
{
66
"description": "Valid - zero",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
3-
"target": "../../../../schemas/iso/c/2024/int64_t.json",
3+
"target": "../../../../schemas/iso/c/2024/int64.json",
44
"tests": [
55
{
66
"description": "Valid - zero",

0 commit comments

Comments
 (0)