mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove empty settings.
This commit is contained in:
@@ -13,6 +13,5 @@ contract C {
|
||||
return (_x.f()[0], _x.g()[0]);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// f(bytes): 0x20, 4, "abcd" -> 0x6100000000000000000000000000000000000000000000000000000000000000, 0x6100000000000000000000000000000000000000000000000000000000000000
|
||||
|
||||
@@ -13,6 +13,5 @@ contract C {
|
||||
return (_x.f(), _x.g());
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// f(bytes): 0x20, 4, "abcd" -> 0x6100000000000000000000000000000000000000000000000000000000000000, 0x6100000000000000000000000000000000000000000000000000000000000000
|
||||
|
||||
-1
@@ -19,7 +19,6 @@ contract C {
|
||||
return L.run(this.double, _value);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// library: L
|
||||
// g(uint256): 4 -> 16
|
||||
|
||||
-1
@@ -12,7 +12,6 @@ contract C {
|
||||
return L.f(x);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// library: L
|
||||
// g(uint256): 4 -> 16
|
||||
|
||||
-1
@@ -12,7 +12,6 @@ contract C {
|
||||
return L.f(x);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// library: L
|
||||
// g(uint256): 4 -> 16
|
||||
|
||||
@@ -21,6 +21,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// f() -> 0x0a
|
||||
|
||||
@@ -10,6 +10,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// foo() -> 3
|
||||
|
||||
@@ -17,6 +17,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// f() -> 2
|
||||
|
||||
@@ -22,6 +22,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// f() -> 2
|
||||
|
||||
-1
@@ -11,7 +11,6 @@ contract C {
|
||||
return a.equals(b);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// foo(address,address): 0x111122223333444455556666777788889999aAaa, 0x111122223333444455556666777788889999aAaa -> true
|
||||
// foo(address,address): 0x111122223333444455556666777788889999aAaa, 0x0000000000000000000000000000000000000000 -> false
|
||||
|
||||
-1
@@ -14,7 +14,6 @@ contract C {
|
||||
a.send();
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// useTransfer(address): 0x111122223333444455556666777788889999aAaa ->
|
||||
// useSend(address): 0x111122223333444455556666777788889999aAaa ->
|
||||
|
||||
-1
@@ -13,6 +13,5 @@ contract C {
|
||||
input.pop();
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// test() ->
|
||||
|
||||
@@ -11,7 +11,6 @@ contract C {
|
||||
return a.xor(b);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// foo(bool,bool): true, true -> false
|
||||
// foo(bool,bool): true, false -> true
|
||||
|
||||
-1
@@ -15,6 +15,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// test() -> 42
|
||||
|
||||
-1
@@ -15,6 +15,5 @@ contract C {
|
||||
return input.at(1);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// secondItem() -> 0x22
|
||||
|
||||
@@ -14,7 +14,6 @@ contract C {
|
||||
return x.equals(L.E(choice));
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// equalsA(uint256): 0 -> true
|
||||
// equalsA(uint256): 1 -> false
|
||||
|
||||
-1
@@ -17,6 +17,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// test(uint256): 5 -> 10
|
||||
|
||||
-1
@@ -15,6 +15,5 @@ contract C {
|
||||
return input.at(1);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// secondItem() -> 0x22
|
||||
|
||||
-1
@@ -11,6 +11,5 @@ contract C {
|
||||
return a.add(b);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// sum(bytes2,bytes2): left(0x1100), left(0x0022) -> left(0x1122)
|
||||
|
||||
-1
@@ -16,6 +16,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// test(uint256): 5 -> 10
|
||||
|
||||
-1
@@ -11,6 +11,5 @@ contract C {
|
||||
return a.add(b);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// foo(uint256,uint256): 8, 42 -> 50
|
||||
|
||||
-1
@@ -16,6 +16,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// test() -> 42
|
||||
|
||||
-1
@@ -16,6 +16,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// test(uint256): 5 -> 10
|
||||
|
||||
-1
@@ -19,7 +19,6 @@ contract C {
|
||||
return "abc".double();
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// double42() -> 84
|
||||
// doubleABC() -> 0x20, 6, "abcabc"
|
||||
|
||||
-1
@@ -16,6 +16,5 @@ contract C {
|
||||
return map.at(a);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// mapValue(uint256): 42 -> 0x24
|
||||
|
||||
-1
@@ -16,6 +16,5 @@ contract C {
|
||||
return (s.f(), s.g());
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// test(string): 0x20, 3, "def" -> 0x40, 0x80, 3, "def", 3, "def"
|
||||
|
||||
@@ -12,6 +12,5 @@ contract C {
|
||||
return input.at(1);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// secondChar() -> 98
|
||||
|
||||
@@ -22,6 +22,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// f() -> 2
|
||||
|
||||
@@ -11,6 +11,5 @@ contract C {
|
||||
return ptr();
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// g() -> 66
|
||||
|
||||
@@ -22,6 +22,5 @@ contract C {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// f() -> 2
|
||||
|
||||
@@ -12,7 +12,6 @@ contract C {
|
||||
return success;
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// library: L
|
||||
// g(uint256,uint256): 1, 1 -> true
|
||||
|
||||
@@ -10,6 +10,5 @@ contract Tsra {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// f() -> 1
|
||||
|
||||
@@ -16,7 +16,6 @@ contract C {
|
||||
assembly { slot := ptr.slot }
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// library: Lib
|
||||
// f() -> 123
|
||||
|
||||
@@ -13,7 +13,6 @@ contract Test {
|
||||
return Lib.x();
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// library: Lib
|
||||
// f() -> 1
|
||||
|
||||
@@ -13,6 +13,5 @@ contract Tsra {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// ----
|
||||
// f() -> 1
|
||||
|
||||
@@ -6,7 +6,6 @@ contract C {
|
||||
return L.f(v);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// library: L
|
||||
// g(uint256): 1 -> 1
|
||||
|
||||
@@ -6,7 +6,6 @@ contract C {
|
||||
return L.f(v);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// g(uint256): 1 -> 1
|
||||
// g(uint256): 2 -> 4
|
||||
|
||||
@@ -7,7 +7,6 @@ contract C {
|
||||
return a.double();
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// library: D
|
||||
// f(uint256): 9 -> 18
|
||||
|
||||
@@ -21,6 +21,5 @@ contract C {
|
||||
return (s.f(), h(s));
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// ----
|
||||
// g() -> 7, 7
|
||||
|
||||
Reference in New Issue
Block a user