[NFC] Fix typo in PSTL test
Reviewed as https://reviews.llvm.org/D57887. Thanks to jwakely for the patch. llvm-svn: 353727
This commit is contained in:
parent
d7cc3b3908
commit
41cc52d590
|
|
@ -7,8 +7,8 @@
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
// Tests for uninitialized_default_consruct, uninitialized_default_consruct_n,
|
// Tests for uninitialized_default_construct, uninitialized_default_construct_n,
|
||||||
// uninitialized_value_consruct, uninitialized_value_consruct_n
|
// uninitialized_value_construct, uninitialized_value_construct_n
|
||||||
|
|
||||||
#include "pstl_test_config.h"
|
#include "pstl_test_config.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue