summaryrefslogtreecommitdiffstats
path: root/src/test/pathgentest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/pathgentest.cpp')
-rw-r--r--src/test/pathgentest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/pathgentest.cpp b/src/test/pathgentest.cpp
index 2199182..d13c82e 100644
--- a/src/test/pathgentest.cpp
+++ b/src/test/pathgentest.cpp
@@ -11,9 +11,9 @@ using PathMeta = TupleOfRefs<const std::string, const std::string>;
const std::array<std::string, 3> expectedMeta =
{
- "path1"s,
- "path3"s,
- "path2"s,
+ "PATH1"s,
+ "PATH3"s,
+ "PATH2"s,
};
const std::array<std::string, 6> expectedPaths =
OpenPOWER on IntegriCloud