Remove empty settings.

This commit is contained in:
Daniel Kirchner
2022-05-19 20:23:28 +02:00
parent 58d21f1e9d
commit a2f768d29a
575 changed files with 0 additions and 575 deletions
@@ -10,7 +10,6 @@ contract C {
return this.g(x);
}
}
// ====
// ----
// f(uint256): 0 -> 0
// g(address): 0 -> 0 # test validation as well as sanity check #
@@ -10,7 +10,6 @@ contract C {
return this.gggg(x);
}
}
// ====
// ----
// f(uint256): 0 -> false
// gggg(bool): 0 -> false # test validation as well as sanity check #
@@ -42,7 +42,6 @@ contract C {
return this.g16(x);
}
}
// ====
// ----
// f1(bytes32): left(0) -> left(0)
// gg1(bytes1): left(0) -> left(0) # test validation as well as sanity check #
@@ -16,7 +16,6 @@ contract C {
return (this.ggg(s.f), this.h(s));
}
}
// ====
// ----
// ffff(uint256): 0 -> 0, 0
// ggg(function): 0 -> 0
@@ -42,7 +42,6 @@ contract C {
return this.g128(x);
}
}
// ====
// ----
// f8(int256): 0 -> 0
// ggg8(int8): 0 -> 0 # test validation as well as sanity check #
@@ -42,7 +42,6 @@ contract C {
return this.g128(x);
}
}
// ====
// ----
// f8(uint256): 0 -> 0
// ggg8(uint8): 0 -> 0 # test validation as well as sanity check #