aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-02-23 16:16:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-02-23 16:16:23 +0200
commitdea0d0913711f23fff3b902e3aa6006c6b54905a (patch)
tree3d1c3802af8bf68566e02683347f4251fa6d603e /tests
parente5fedf8a485d7b1b7d26e08557ca40c863d3255b (diff)
Clean up file names
Diffstat (limited to 'tests')
-rw-r--r--tests/build/prefix-map/buildfile (renamed from tests/build/prefix_map/buildfile)0
-rw-r--r--tests/build/prefix-map/driver.cxx (renamed from tests/build/prefix_map/driver.cxx)4
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/build/prefix_map/buildfile b/tests/build/prefix-map/buildfile
index a72d02f..a72d02f 100644
--- a/tests/build/prefix_map/buildfile
+++ b/tests/build/prefix-map/buildfile
diff --git a/tests/build/prefix_map/driver.cxx b/tests/build/prefix-map/driver.cxx
index ba9478c..fb5269c 100644
--- a/tests/build/prefix_map/driver.cxx
+++ b/tests/build/prefix-map/driver.cxx
@@ -1,4 +1,4 @@
-// file : tests/build/prefix_map/driver.cxx -*- C++ -*-
+// file : tests/build/prefix-map/driver.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
@@ -6,7 +6,7 @@
#include <cassert>
#include <iostream>
-#include <build/prefix_map>
+#include <build/prefix-map>
using namespace std;
using namespace build;