Skip to content

Commit d43d704

Browse files
committed
Use more complex header guard name for common.h
1 parent 2cb7028 commit d43d704

File tree

1 file changed

+2
-2
lines changed
  • libcxx/test/std/containers/sequences/vector

1 file changed

+2
-2
lines changed

libcxx/test/std/containers/sequences/vector/common.h

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

9-
#ifndef COMMON_H
10-
#define COMMON_H
9+
#ifndef TEST_STD_CONTAINERS_SEQUENCES_VECTOR_COMMON_H
10+
#define TEST_STD_CONTAINERS_SEQUENCES_VECTOR_COMMON_H
1111

1212
#include <cassert>
1313
#include <cstddef>

0 commit comments

Comments
 (0)