summaryrefslogtreecommitdiff
path: root/test/opt/copy_prop_array_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/opt/copy_prop_array_test.cpp')
-rw-r--r--test/opt/copy_prop_array_test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/opt/copy_prop_array_test.cpp b/test/opt/copy_prop_array_test.cpp
index bd51c0b4..dcce77d2 100644
--- a/test/opt/copy_prop_array_test.cpp
+++ b/test/opt/copy_prop_array_test.cpp
@@ -13,11 +13,11 @@
// limitations under the License.
#include <iostream>
+#include <string>
-#include <gmock/gmock.h>
-
-#include "assembly_builder.h"
-#include "pass_fixture.h"
+#include "gmock/gmock.h"
+#include "test/opt/assembly_builder.h"
+#include "test/opt/pass_fixture.h"
namespace spvtools {
namespace opt {