aboutsummaryrefslogtreecommitdiffstats
path: root/test/cmdlineTests/standard_wrong_key_root.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmdlineTests/standard_wrong_key_root.json')
-rw-r--r--test/cmdlineTests/standard_wrong_key_root.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/cmdlineTests/standard_wrong_key_root.json b/test/cmdlineTests/standard_wrong_key_root.json
new file mode 100644
index 00000000..4689c50c
--- /dev/null
+++ b/test/cmdlineTests/standard_wrong_key_root.json
@@ -0,0 +1,11 @@
+{
+ "language": "Solidity",
+ "key1": "test",
+ "sources":
+ {
+ "A":
+ {
+ "content": "pragma solidity >=0.0; contract C { function f() public pure {} }"
+ }
+ }
+}