From 55386ba130122f5f739f4b08f82436ebd27a2087 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Fri, 3 Aug 2018 19:41:35 +0200 Subject: Extract AST JSON tests. --- test/libsolidity/ASTJSON/source_location.sol | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/libsolidity/ASTJSON/source_location.sol (limited to 'test/libsolidity/ASTJSON/source_location.sol') diff --git a/test/libsolidity/ASTJSON/source_location.sol b/test/libsolidity/ASTJSON/source_location.sol new file mode 100644 index 00000000..1fcec2e6 --- /dev/null +++ b/test/libsolidity/ASTJSON/source_location.sol @@ -0,0 +1 @@ +contract C { function f() { var x = 2; x++; } } -- cgit v1.2.3