| 56 | }; |
| 57 | |
| 58 | InterpreterOptions OverflowChecksEnabled() { |
| 59 | static InterpreterOptions options; |
| 60 | options.enable_timestamp_duration_overflow_errors = true; |
| 61 | return options; |
| 62 | } |
| 63 | |
| 64 | void ExpectResult(const TestCase& test_case) { |
| 65 | auto parsed_expr = parser::Parse(test_case.expr); |
no outgoing calls
no test coverage detected