From 21cf046bac6dc15d5344e313579dfb05a587a997 Mon Sep 17 00:00:00 2001 From: thec00n Date: Mon, 4 Feb 2019 20:51:20 +0700 Subject: [PATCH] fix byte code loc to reference creation bytecode --- test_cases/assert_violations/assert_constructor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_cases/assert_violations/assert_constructor.yaml b/test_cases/assert_violations/assert_constructor.yaml index 0960a80a..d4a44907 100644 --- a/test_cases/assert_violations/assert_constructor.yaml +++ b/test_cases/assert_violations/assert_constructor.yaml @@ -4,6 +4,6 @@ issues: count: 1 locations: - bytecode_offsets: - '0x690c2eeed2f8c6066a8f49b6cde15e144b389390f9b2d7fd6c8de98712def144': [24] + '0x78a26dc3f4a5757a59e3a9d9872f127cb3941448491b0e903c126462041f2779': [24] line_numbers: assert_constructor.sol: [10]