Alp Toker | 4f43e55 | 2014-06-10 06:08:51 +0000 | [diff] [blame^] | 1 | // RUN: %clang_cc1 -Wdate-time -Wno-builtin-macro-redefined %s -verify -E |
2 | |||||
3 | __TIME__ // expected-warning {{expansion of date or time macro is not reproducible}} | ||||
4 | __DATE__ // expected-warning {{expansion of date or time macro is not reproducible}} | ||||
5 | __TIMESTAMP__ // expected-warning {{expansion of date or time macro is not reproducible}} | ||||
6 | |||||
7 | #define __TIME__ | ||||
8 | __TIME__ |