aboutsummaryrefslogtreecommitdiffstats
path: root/test/compilationTests/zeppelin/payment/PullPayment.sol
diff options
context:
space:
mode:
Diffstat (limited to 'test/compilationTests/zeppelin/payment/PullPayment.sol')
-rw-r--r--test/compilationTests/zeppelin/payment/PullPayment.sol2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compilationTests/zeppelin/payment/PullPayment.sol b/test/compilationTests/zeppelin/payment/PullPayment.sol
index 6db7df78..2f3e1b51 100644
--- a/test/compilationTests/zeppelin/payment/PullPayment.sol
+++ b/test/compilationTests/zeppelin/payment/PullPayment.sol
@@ -36,7 +36,7 @@ contract PullPayment {
throw;
}
- if (this.balance < payment) {
+ if (address(this).balance < payment) {
throw;
}