From 05c6062d56e42c460f02e2ffa2eaa765986d3c08 Mon Sep 17 00:00:00 2001
From: Garratt Gallagher <garratt@google.com>
Date: Mon, 13 May 2019 22:21:55 +0000
Subject: [PATCH] [ISP] Changing fidl file to be not .test

This updates the ISP test fidl interface to comply with abarth's
fidl rules.

TEST: No functionality change.
Change-Id: I6660a9bf47e66ba7337c95245f9e7ade5f9dfb3d
---
 zircon/system/fidl/fuchsia-camera-test/BUILD.gn                 | 2 +-
 .../system/fidl/fuchsia-camera-test/{isp.test.fidl => isp.fidl} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename zircon/system/fidl/fuchsia-camera-test/{isp.test.fidl => isp.fidl} (100%)

diff --git a/zircon/system/fidl/fuchsia-camera-test/BUILD.gn b/zircon/system/fidl/fuchsia-camera-test/BUILD.gn
index c91dae7a4b2..81e55d77d00 100644
--- a/zircon/system/fidl/fuchsia-camera-test/BUILD.gn
+++ b/zircon/system/fidl/fuchsia-camera-test/BUILD.gn
@@ -6,6 +6,6 @@ import("$zx/public/gn/fidl.gni")
 
 fidl_library("fuchsia-camera-test") {
   sources = [
-    "isp.test.fidl",
+    "isp.fidl",
   ]
 }
diff --git a/zircon/system/fidl/fuchsia-camera-test/isp.test.fidl b/zircon/system/fidl/fuchsia-camera-test/isp.fidl
similarity index 100%
rename from zircon/system/fidl/fuchsia-camera-test/isp.test.fidl
rename to zircon/system/fidl/fuchsia-camera-test/isp.fidl
-- 
GitLab