| 119 | |
| 120 | |
| 121 | TEST(FuncTools, CompileRange) { |
| 122 | TestViewCompileability(Range(19)); |
| 123 | TestViewCompileability(Range(10, 19)); |
| 124 | TestViewCompileability(Range(10, 19, 2)); |
| 125 | } |
| 126 | |
| 127 | |
| 128 | TEST(FuncTools, Enumerate) { |
nothing calls this directly
no test coverage detected