Chromium Code Reviews| Index: syzygy/integration_tests/integration_tests_dll.h |
| diff --git a/syzygy/integration_tests/integration_tests_dll.h b/syzygy/integration_tests/integration_tests_dll.h |
| index 8c448381e8ebdf5b083986a193e11dac84d1a591..dbbcd65f801e0668e03703338353436dc62cf994 100644 |
| --- a/syzygy/integration_tests/integration_tests_dll.h |
| +++ b/syzygy/integration_tests/integration_tests_dll.h |
| @@ -196,7 +196,7 @@ namespace testing { |
| #define END_TO_END_TEST_ID_TABLE(decl) END_TO_END_ASAN_TESTS(decl) |
| #else |
| #define END_TO_END_TEST_ID_TABLE(decl) \ |
| - END_TO_END_NON_ASAN_TESTS(decl) END_TO_END_ASAN_TESTS(decl) |
| + END_TO_END_ASAN_TESTS(decl) END_TO_END_NON_ASAN_TESTS(decl) |
|
Sébastien Marchand
2017/07/21 15:04:15
Please add a comment to indicate that the order ma
njanevsk
2017/07/21 15:13:45
Done.
|
| #endif // __clang__ |
| // This enumeration contains an unique id for each end to end test. It is used |