Skip to content

Commit 5745334

Browse files
committed
Update header guard to match the header name
1 parent 6de0052 commit 5745334

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libcxx/test/support/exception_test_helpers.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef VECTOR_EXCEPTION_TEST_HELPER_H
10-
#define VECTOR_EXCEPTION_TEST_HELPER_H
9+
#ifndef EXCEPTION_TEST_HELPER_H
10+
#define EXCEPTION_TEST_HELPER_H
1111

1212
#include "count_new.h"
1313

@@ -79,4 +79,4 @@ inline void check_new_delete_called() {
7979
assert(globalMemCounter.aligned_new_array_called == globalMemCounter.aligned_delete_array_called);
8080
}
8181

82-
#endif // VECTOR_EXCEPTION_TEST_HELPER_H
82+
#endif // EXCEPTION_TEST_HELPER_H

0 commit comments

Comments
 (0)