[tint] Use consistent file pattern for test files
Always append with _test.* for files to be used in tests.
Change-Id: Ide629f6974afeca5c30227c5808cd97d2ee75585
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/143402
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
diff --git a/src/tint/lang/spirv/writer/common/test_helper.h b/src/tint/lang/spirv/writer/common/helper_test.h
similarity index 97%
rename from src/tint/lang/spirv/writer/common/test_helper.h
rename to src/tint/lang/spirv/writer/common/helper_test.h
index cd3d43c..0055a5c 100644
--- a/src/tint/lang/spirv/writer/common/test_helper.h
+++ b/src/tint/lang/spirv/writer/common/helper_test.h
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#ifndef SRC_TINT_LANG_SPIRV_WRITER_COMMON_TEST_HELPER_H_
-#define SRC_TINT_LANG_SPIRV_WRITER_COMMON_TEST_HELPER_H_
+#ifndef SRC_TINT_LANG_SPIRV_WRITER_COMMON_HELPER_TEST_H_
+#define SRC_TINT_LANG_SPIRV_WRITER_COMMON_HELPER_TEST_H_
#include <string>
#include <utility>
@@ -243,4 +243,4 @@
} // namespace tint::spirv::writer
-#endif // SRC_TINT_LANG_SPIRV_WRITER_COMMON_TEST_HELPER_H_
+#endif // SRC_TINT_LANG_SPIRV_WRITER_COMMON_HELPER_TEST_H_