(self)
| 5662 | |
| 5663 | @also_with_standalone_wasm(impure=True) |
| 5664 | def test_time(self): |
| 5665 | if self.get_setting('STANDALONE_WASM'): |
| 5666 | self.cflags.append('-DSTANDALONE') |
| 5667 | self.do_other_test('test_time.c', cflags=['-sASSERTIONS=2']) |
| 5668 | |
| 5669 | @parameterized({ |
| 5670 | '1': ('EST+05EDT',), |
nothing calls this directly
no test coverage detected