diff options
Diffstat (limited to 'third_party/rust/toml/tests/valid/long-integer.toml')
-rw-r--r-- | third_party/rust/toml/tests/valid/long-integer.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/rust/toml/tests/valid/long-integer.toml b/third_party/rust/toml/tests/valid/long-integer.toml new file mode 100644 index 0000000000..424a13ac2a --- /dev/null +++ b/third_party/rust/toml/tests/valid/long-integer.toml @@ -0,0 +1,2 @@ +answer = 9223372036854775807 +neganswer = -9223372036854775808 |