diff options
Diffstat (limited to 'tests/build')
-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; |