We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185ae01 commit 8861d91Copy full SHA for 8861d91
libcxx/test/support/exception_test_helpers.h
@@ -6,8 +6,8 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
-#ifndef VECTOR_EXCEPTION_TEST_HELPER_H
10
-#define VECTOR_EXCEPTION_TEST_HELPER_H
+#ifndef EXCEPTION_TEST_HELPER_H
+#define EXCEPTION_TEST_HELPER_H
11
12
#include "count_new.h"
13
@@ -79,4 +79,4 @@ inline void check_new_delete_called() {
79
assert(globalMemCounter.aligned_new_array_called == globalMemCounter.aligned_delete_array_called);
80
}
81
82
-#endif // VECTOR_EXCEPTION_TEST_HELPER_H
+#endif // EXCEPTION_TEST_HELPER_H
0 commit comments